From 2f35a2c831bee227e74c3a6f332c1a13d126791c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Tue, 27 Sep 2016 00:02:47 +0200 Subject: [PATCH] Fix #258 --- app/models/config/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/config/Config.php b/app/models/config/Config.php index a0f3280b0..398dfbc02 100644 --- a/app/models/config/Config.php +++ b/app/models/config/Config.php @@ -61,7 +61,7 @@ class Config extends Model { $this->theme = 'material'; $this->locale = 'en'; $this->maxusers = -1; - $this->loglevel = 'empty'; + $this->loglevel = 0; $this->timezone = 'Etc/GMT'; $this->xmppwhitelist = ''; $this->info = '';