Merge pull request #4020 from luixxiul/fix

Update docs and config files for various services
This commit is contained in:
Slavi Pantaleev
2025-02-03 08:26:44 +02:00
committed by GitHub
13 changed files with 158 additions and 21 deletions

View File

@ -57,10 +57,9 @@ managementRoom: {{ matrix_bot_mjolnir_management_room | to_json }}
# mainly involves "all-OK" messages, and debugging messages for when mjolnir checks bans in a room.
verboseLogging: false
# The log level of terminal (or container) output,
# can be one of DEBUG, INFO, WARN and ERROR, in increasing order of importance and severity.
# The log level of terminal (or container) output.
#
# This should be at INFO or DEBUG in order to get support for Mjolnir problems.
# Valid values: ERROR, WARN, INFO, DEBUG
logLevel: "INFO"
# Whether or not Mjolnir should synchronize policy lists immediately after startup.

View File

@ -48,7 +48,7 @@ auth:
usePrivilegedIntents: {{ matrix_appservice_discord_auth_usePrivilegedIntents|to_json }}
logging:
# What level should the logger output to the console at.
console: "warn" #silly, verbose, info, http, warn, error, silent
console: "warn" # Valid values: silent, error, warn, http, info, verbose, silly
lineDateFormat: "MMM-D HH:mm:ss.SSS" # This is in moment.js format
# files:
# - file: "debug.log"