Skip to content
Snippets Groups Projects
Verified Commit 07bf8369 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

matrix: Only log warnings and worse

Now that logs are gathered centrally, the team is complaining about the
volume of logs from this server.
parent 5827ec3b
No related branches found
No related tags found
No related merge requests found
Pipeline #6430 passed
......@@ -22,7 +22,7 @@ loggers:
propagate: false
root:
level: INFO
level: WARNING
handlers: [buffer]
disable_existing_loggers: false
......@@ -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
......
......@@ -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.
......
[Default]
LogLevel = Info
LogLevel = Warning
Notifications = Off
[local-archlinux]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment