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:
authorThomas Müller <thomas.mueller@tmit.eu>2015-09-16 10:20:47 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-09-16 10:20:47 +0300
commitc9c4626750bb37c42c3258d3de4ba28faf9fb50a (patch)
tree4a65ba88e3e6885546417f57cfe5a408056227fa /config
parent2fc19635f6a98c0acbd223b3f9d0028ff2755585 (diff)
parent11555a9c06ddf62306393c86ad860735930eeab6 (diff)
Merge pull request #19059 from owncloud/logginglevels
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 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,