nextcloud: set log_type to errorlog,
All checks were successful
Flake checks / Check (pull_request) Successful in 18m57s

send logs to the PHP error_log function. This should fix missing logs,
as the default currently is syslog, but we do not use any syslog daemon.
This commit is contained in:
teutat3s 2024-10-15 23:21:29 +02:00
parent 9579f6adde
commit a247fe266e
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -96,6 +96,7 @@
activity_expire_days = "14"; activity_expire_days = "14";
integrity.check.disabled = false; integrity.check.disabled = false;
updater.release.channel = "stable"; updater.release.channel = "stable";
log_type = "errorlog";
loglevel = 2; loglevel = 2;
debug = false; debug = false;
maintenance_window_start = "1"; maintenance_window_start = "1";