From 11555a9c06ddf62306393c86ad860735930eeab6 Mon Sep 17 00:00:00 2001
From: Carla Schroder <carla@owncloud.com>
Date: Tue, 15 Sep 2015 09:17:59 -0700
Subject: [PATCH] correction to logging levels

---
 config/config.sample.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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