nextcloud: set log_type to errorlog,
All checks were successful
Flake checks / Check (pull_request) Successful in 18m57s
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:
parent
9579f6adde
commit
a247fe266e
|
@ -96,6 +96,7 @@
|
|||
activity_expire_days = "14";
|
||||
integrity.check.disabled = false;
|
||||
updater.release.channel = "stable";
|
||||
log_type = "errorlog";
|
||||
loglevel = 2;
|
||||
debug = false;
|
||||
maintenance_window_start = "1";
|
||||
|
|
Loading…
Reference in a new issue