1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

Merge pull request #49 from YunoHost-Apps/testing

FIX LOGLEVEL
This commit is contained in:
yalh76 2019-12-28 02:32:43 +01:00 committed by GitHub
commit 7bfb88a6cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -90,7 +90,7 @@
define('LOGFILEDIR', '__FINAL_LOGPATH__/'); define('LOGFILEDIR', '__FINAL_LOGPATH__/');
define('LOGFILE', LOGFILEDIR . 'autodiscover.log'); define('LOGFILE', LOGFILEDIR . 'autodiscover.log');
define('LOGERRORFILE', LOGFILEDIR . 'autodiscover-error.log'); define('LOGERRORFILE', LOGFILEDIR . 'autodiscover-error.log');
define('LOGLEVEL', LOGLEVEL_INFO); define('LOGLEVEL', LOGLEVEL_ERROR);
define('LOGUSERLEVEL', LOGLEVEL); define('LOGUSERLEVEL', LOGLEVEL);
$specialLogUsers = array(); $specialLogUsers = array();

View file

@ -109,7 +109,7 @@
* LOGAUTHFAIL is logged to the LOGBACKEND. * LOGAUTHFAIL is logged to the LOGBACKEND.
*/ */
define('LOGBACKEND', 'filelog'); define('LOGBACKEND', 'filelog');
define('LOGLEVEL', LOGLEVEL_WBXML); define('LOGLEVEL', LOGLEVEL_ERROR);
define('LOGAUTHFAIL', false); define('LOGAUTHFAIL', false);
// To save e.g. WBXML data only for selected users, add the usernames to the array // To save e.g. WBXML data only for selected users, add the usernames to the array

View file

@ -6,7 +6,7 @@
"en": "Z-Push is an ActiveSync frontend that helps you synchronize emails, calendar and contacts", "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" "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", "url": "https://z-push.org",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"maintainer": { "maintainer": {