Clarify logging with concurrent backupsets
Bug #1274369 reported by
MikeG
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
holland-backup |
New
|
Undecided
|
Unassigned |
Bug Description
When you have multiple backupsets running concurrently, the log lines are interleaved in the holland.log
It would be much easier to understand these logs each line had a prefix of the backupset name being run.
Log sample from trunk:
2014-01-29 02:45:40,030 [INFO] Backup completed in 4 minutes, 42.95 seconds
It would be nice to tack the backupset name in there, something like:
2014-01-29 02:45:40,030 [INFO] (prod1) Backup completed in 4 minutes, 42.95 seconds
To post a comment you must log in.
Also consider PPID or something similar, so dry-run of "prod1" backupset is unambiguous while non dry-run of "prod1" backupset is running.