mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Suppress root logging of synapse
This commit is contained in:
parent
5c6d293338
commit
b0148bfb5b
1 changed files with 2 additions and 2 deletions
|
@ -44,6 +44,8 @@ in serverSystemConfiguration {
|
|||
|
||||
extras = [ "postgres" "url-preview" "user-search" ];
|
||||
|
||||
log.root.level = "WARNING"; # Shut the fuck up.
|
||||
|
||||
settings = {
|
||||
server_name = domain;
|
||||
# We are not setting web_client_location since the root is not accessible
|
||||
|
@ -62,8 +64,6 @@ in serverSystemConfiguration {
|
|||
expire_access_token = true;
|
||||
url_preview_enabled = true;
|
||||
|
||||
loggers."synapse.http.matrixfederationclient".level = "WARNING"; # Shut the fuck up.
|
||||
|
||||
# Trusting Matrix.org.
|
||||
suppress_key_server_warning = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue