correction to logging levels
This commit is contained in:
parent
9883d5b85d
commit
11555a9c06
|
@ -505,7 +505,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,
|
||||
|
||||
|
|
Loading…
Reference in New Issue