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:
commit
9e9c86d5c8
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