From bab4b8141ef8cfd50784c8a783eb30677d05fadb Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 2 Dec 2019 19:58:53 +0100 Subject: [PATCH 1/2] FIX LOGLEVEL --- conf/backend/config-autodiscover.php | 2 +- conf/config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/backend/config-autodiscover.php b/conf/backend/config-autodiscover.php index f77939f..b81a413 100644 --- a/conf/backend/config-autodiscover.php +++ b/conf/backend/config-autodiscover.php @@ -90,7 +90,7 @@ define('LOGFILEDIR', '__FINAL_LOGPATH__/'); define('LOGFILE', LOGFILEDIR . 'autodiscover.log'); define('LOGERRORFILE', LOGFILEDIR . 'autodiscover-error.log'); - define('LOGLEVEL', LOGLEVEL_INFO); + define('LOGLEVEL', LOGLEVEL_ERROR); define('LOGUSERLEVEL', LOGLEVEL); $specialLogUsers = array(); diff --git a/conf/config.php b/conf/config.php index 5c77825..1c78535 100644 --- a/conf/config.php +++ b/conf/config.php @@ -109,7 +109,7 @@ * LOGAUTHFAIL is logged to the LOGBACKEND. */ define('LOGBACKEND', 'filelog'); - define('LOGLEVEL', LOGLEVEL_WBXML); + define('LOGLEVEL', LOGLEVEL_ERROR); define('LOGAUTHFAIL', false); // To save e.g. WBXML data only for selected users, add the usernames to the array From be527feb7ededfaa5b405b30f533f6c9deec4619 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 28 Dec 2019 02:32:19 +0100 Subject: [PATCH 2/2] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7eb8320..70b8c2d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Z-Push is an ActiveSync frontend that helps you synchronize emails, calendar and contacts", "fr": "Z-Push est un frontend ActiveSync qui permet de synchroniser emails, calendrier et contacts" }, - "version": "2.5.1~ynh1", + "version": "2.5.1~ynh2", "url": "https://z-push.org", "license": "AGPL-3.0-or-later", "maintainer": {