1
Fork 0
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:
RGBCube 2024-01-18 08:41:19 +03:00
parent 5c6d293338
commit b0148bfb5b
No known key found for this signature in database

View file

@ -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;
};