correction to logging levels

This commit is contained in:
Carla Schroder 2015-09-15 09:17:59 -07:00
parent 9883d5b85d
commit 11555a9c06
1 changed files with 1 additions and 1 deletions

View File

@ -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,