LogLevel: rename DEFAULT to NOTICE
"DEFAULT" is a bad name - all it says is that it's the default value, but it doesn't say what it means. The name NOTICE mimics the syslog level.
This commit is contained in:
@@ -83,12 +83,12 @@ log_level <default, secure, or verbose>
|
||||
|
||||
- :samp:`error`: errors
|
||||
- :samp:`warning`: warnings
|
||||
- :samp:`default`: interesting informational messages
|
||||
- :samp:`notice`: interesting informational messages
|
||||
- :samp:`info`: unimportant informational messages
|
||||
- :samp:`verbose`: debug messages (for developers and for
|
||||
troubleshooting)
|
||||
|
||||
The default is :samp:`default`.
|
||||
The default is :samp:`notice`.
|
||||
|
||||
follow_outside_symlinks <yes or no>
|
||||
Control if MPD will follow symbolic links pointing outside the music dir. You
|
||||
|
@@ -92,7 +92,7 @@
|
||||
# Suppress all messages below the given threshold. Use "verbose" for
|
||||
# troubleshooting.
|
||||
#
|
||||
#log_level "default"
|
||||
#log_level "notice"
|
||||
#
|
||||
# Setting "restore_paused" to "yes" puts MPD into pause mode instead
|
||||
# of starting playback after startup.
|
||||
|
Reference in New Issue
Block a user