1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-10 20:36:04 +02:00

matrix: Only log warnings and worse

Now that logs are gathered centrally, the team is complaining about the
volume of logs from this server.
This commit is contained in:
Jan Alexander Steffens (heftig) 2021-04-11 21:13:10 +02:00
parent 5827ec3bcb
commit 07bf83690f
No known key found for this signature in database
GPG Key ID: 3B94A80E50A477C7
4 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ loggers:
propagate: false
root:
level: INFO
level: WARNING
handlers: [buffer]
disable_existing_loggers: false

View File

@ -413,7 +413,7 @@ ircService:
# This key CANNOT be hot-reloaded
logging:
# Level to log on console/logfile. One of error|warn|info|debug
level: "info"
level: "warn"
# The file location to log to. This is relative to the project directory.
#logfile: "debug.log"
# The file location to log errors to. This is relative to the project

View File

@ -45,7 +45,7 @@ verboseLogging: false
# The log level for the logs themselves. One of DEBUG, INFO, WARN, and ERROR.
# This should be at INFO or DEBUG in order to get support for Mjolnir problems.
logLevel: "INFO"
logLevel: "WARN"
# Set to false to disable synchronizing the ban lists on startup. If true, this
# is the same as running !mjolnir sync immediately after startup.

View File

@ -1,5 +1,5 @@
[Default]
LogLevel = Info
LogLevel = Warning
Notifications = Off
[local-archlinux]