Skip to content
Snippets Groups Projects
Commit 11555a9c authored by Carla Schroder's avatar Carla Schroder
Browse files

correction to logging levels

parent 9883d5b8
No related merge requests found
...@@ -505,7 +505,7 @@ $CONFIG = array( ...@@ -505,7 +505,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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment