1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-04-06 22:17:23 +02:00

move nextcloud logging to syslog

This commit is contained in:
KiekerJan
2022-09-08 22:23:07 +02:00
parent c74069923f
commit e3a91ece00
4 changed files with 10 additions and 0 deletions

View File

@@ -334,6 +334,8 @@ include("$STORAGE_ROOT/owncloud/config.php");
\$CONFIG['logtimezone'] = '$TIMEZONE';
\$CONFIG['logdateformat'] = 'Y-m-d H:i:s';
\$CONFIG['log_type'] = 'syslog',
\$CONFIG['syslog_tag'] = 'Nextcloud',
\$CONFIG['mail_domain'] = '$PRIMARY_HOSTNAME';