diff options
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index b9035e3988a..d561ad27e84 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -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, |