Merge pull request #19059 from owncloud/logginglevels

correction to logging levels
This commit is contained in:
Thomas Müller 2015-09-16 09:20:47 +02:00
commit c9c4626750
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ $CONFIG = array(
/**
* Loglevel to start logging at. Valid values are: 0 = Debug, 1 = Info, 2 =
* Warning, 3 = Error. The default value is Warning.
* Warning, 3 = Error, and 4 = Fatal. The default value is Warning.
*/
'loglevel' => 2,