Merge pull request 'matrix-synapse: reduce log level to warning' (#346) from matrix-reduce-logs into main

Reviewed-on: #346
Reviewed-by: b12f <b12f@noreply.git.pub.solar>
This commit is contained in:
teutat3s 2025-04-18 12:37:55 +00:00
commit 9e9c86d5c8
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

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}/";