Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorCarla Schroder <carla@owncloud.com>2015-09-15 19:17:59 +0300
committerCarla Schroder <carla@owncloud.com>2015-09-15 19:17:59 +0300
commit11555a9c06ddf62306393c86ad860735930eeab6 (patch)
treec4f8dd31ac39f72a8a72969b7006d1df7240f044 /config
parent9883d5b85d8ae1e2d1d58b345c96a0563e112b97 (diff)
correction to logging levels
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index a841831f018..0f39ad185cc 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -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,