matrix-synapse: reduce log level to warning
All checks were successful
Flake checks / Check (pull_request) Successful in 22m28s

This commit is contained in:
teutat3s 2025-04-18 01:38:03 +02:00
parent efe18beefb
commit 3dcc2d95d4
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -47,6 +47,7 @@ in
config = lib.mkIf config.pub-solar-os.matrix.enable {
services.matrix-synapse = {
enable = true;
log.root.level = "WARNING";
settings = {
server_name = serverDomain;
public_baseurl = "https://${publicDomain}/";