Bugzilla – Bug 6020
Ability to reset logging levels to defaults
Last modified: 2009-01-11 22:42:27 UTC
Similar to bug 4611 perhaps, but only to reset the logging levels, not all server settings. This would be good to have now with the ability to have persistent logging levels. Nobody is going to know how to get back to where they started, which could result in some huge log files.
FWIW, my suggestion to improve this: - Make "save settings after restart" the default - Remove the "save settings" option checkbox - Add a button to "restore default logging settings"
easy for core categories, but plugins create new categories at runtime. These could be set to WARN but that won't make people happy for long.
Do plugins set their own logging level or is it automatically set by the server when the plugin is installed? If it's automatically set by the server, then that level is the default. If the plugin sets its own level when installed (not sure that's a great idea), can it be noted somewhere (the prefs/plugin/state.prefs file?) so that the level can later be reset?
Andy will be looking at some logging issues post-7.0
change 23245 (bug 6904) added the option to reset all log levels to what was defined in Slim::Utils::Log, others (plugins) to ERROR. Is this good enough for this bug to be closed?
This can be closed.