1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/matrix/files/log_config.yaml
Jan Alexander Steffens (heftig) 727e0cc6cf
matrix: Suppress warnings from federation
Broken servers are common making these loggers very spammy.
2023-02-16 00:40:55 +01:00

28 lines
560 B
YAML

version: 1
formatters:
journal_fmt:
format: '%(name)s: [%(request)s] %(message)s'
handlers:
journal:
class: systemd.journal.JournalHandler
formatter: journal_fmt
SYSLOG_IDENTIFIER: synapse
loggers:
synapse.federation.sender.per_destination_queue:
level: ERROR
synapse.handlers.device:
level: ERROR
synapse.http.matrixfederationclient:
level: ERROR
synapse.logging.context:
level: ERROR
root:
level: WARNING
handlers: [journal]
disable_existing_loggers: false