-
Notifications
You must be signed in to change notification settings - Fork 79
log level verbosde hard coded #384
Comments
Hmmm yes, there is an inconsistency. |
I'd say regarding the logging; let both the logfile and the console logging be set with the same log level. Or create two log levels (e.g. file_loglevel and console_loglevel), maybe that would suite everyone (in case you want simple log to the console but very verbose debug in a file or so). I can make a PR for this if you like, what do you prefer?
Regarding the other issue I have to do some digging. That will be a bit of a challenge on windows so i'll let you know if I can debug it. |
Well, for me making them both the same is somehow more elegant. |
Hey guys, |
I've noticed since version 1.5.5 the --verbose flag only logs INFO to the console, even when level is set to DEBUG.
Is this suppose to happen? If so I can update the documentation. This is also related to my other issue #382
I think it would be better to let the log level be set both for file-logging and console-logging, so a user can check on their preferred output.
MySQL-AutoXtraBackup/autoxtrabackup.py
Line 200 in 51afdd4
command:
/usr/local/bin/autoxtrabackup -l DEBUG -lf /mnt/backup/autoxtrabackup.log --backup
Output from console:
Output in logfile:
The text was updated successfully, but these errors were encountered: