ports/mail/grommunio/sync/patches/patch-config_php

13 lines
420 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: config.php
--- config.php.orig
+++ config.php
@@ -79,7 +79,7 @@ define('LOGUSERLEVEL', LOGLEVEL_DEVICEID);
$specialLogUsers = [];
// Filelog settings
-define('LOGFILEDIR', '/var/log/grommunio-sync/');
+define('LOGFILEDIR', GTOPDIR . DIRECTORY_SEPARATOR . 'logs' . DIRECTORY_SEPARATOR);
define('LOGFILE', LOGFILEDIR . 'grommunio-sync.log');
define('LOGERRORFILE', LOGFILEDIR . 'grommunio-sync-error.log');