matrix-synapse: reduce log level to warning
All checks were successful
Flake checks / Check (pull_request) Successful in 22m28s
All checks were successful
Flake checks / Check (pull_request) Successful in 22m28s
This commit is contained in:
parent
efe18beefb
commit
3dcc2d95d4
1 changed files with 1 additions and 0 deletions
|
@ -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}/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue