mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +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" ];
|
extras = [ "postgres" "url-preview" "user-search" ];
|
||||||
|
|
||||||
|
log.root.level = "WARNING"; # Shut the fuck up.
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
server_name = domain;
|
server_name = domain;
|
||||||
# We are not setting web_client_location since the root is not accessible
|
# We are not setting web_client_location since the root is not accessible
|
||||||
|
@ -62,8 +64,6 @@ in serverSystemConfiguration {
|
||||||
expire_access_token = true;
|
expire_access_token = true;
|
||||||
url_preview_enabled = true;
|
url_preview_enabled = true;
|
||||||
|
|
||||||
loggers."synapse.http.matrixfederationclient".level = "WARNING"; # Shut the fuck up.
|
|
||||||
|
|
||||||
# Trusting Matrix.org.
|
# Trusting Matrix.org.
|
||||||
suppress_key_server_warning = true;
|
suppress_key_server_warning = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue