From eb07fcf177db8c8b23f9628f914d4fb57972a7e2 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Fri, 7 Jun 2019 08:07:31 +0200 Subject: [PATCH] Reduce log level --- templates/config.php.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/config.php.jinja2 b/templates/config.php.jinja2 index d627474..1b55ba1 100644 --- a/templates/config.php.jinja2 +++ b/templates/config.php.jinja2 @@ -36,7 +36,7 @@ $CONFIG = array ( // End of SMTP Settings{% endif %} - 'loglevel' => 2, + 'loglevel' => 3, 'logfile' => '/var/log/nextcloud/{{ nextcloud.id }}.log', 'theme' => '', 'maintenance' => false, -- GitLab