Change nextcloud log-type to "file" as systemd is abandoned

This commit is contained in:
SebastianStork 2024-08-25 00:06:16 +02:00
parent 908b229da5
commit 8b5d218ff4

View file

@ -27,7 +27,7 @@
}; };
settings = { settings = {
log_type = "systemd"; log_type = "file";
default_phone_region = "DE"; default_phone_region = "DE";
}; };
}; };