Merge pull request #19059 from owncloud/logginglevels
correction to logging levels
This commit is contained in:
commit
c9c4626750
|
@ -532,7 +532,7 @@ $CONFIG = array(
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Loglevel to start logging at. Valid values are: 0 = Debug, 1 = Info, 2 =
|
* 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,
|
'loglevel' => 2,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue