Update files for matrix-appservice-discord: sort the logging levels

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara 2025-01-28 02:54:51 +09:00
parent 97a7540e5d
commit 811abc09a8
No known key found for this signature in database
GPG Key ID: E4F9743DAB4B7B75
2 changed files with 2 additions and 2 deletions

View File

@ -121,5 +121,5 @@ The default logging level for this component is `warn`. If you want to increase
matrix_appservice_discord_configuration_extension_yaml: | matrix_appservice_discord_configuration_extension_yaml: |
logging: logging:
# What level should the logger output to the console at. # What level should the logger output to the console at.
console: "info" #silly, verbose, info, http, warn, error, silent console: "info" # Valid values: silent, error, warn, http, info, verbose, silly
``` ```

View File

@ -48,7 +48,7 @@ auth:
usePrivilegedIntents: {{ matrix_appservice_discord_auth_usePrivilegedIntents|to_json }} usePrivilegedIntents: {{ matrix_appservice_discord_auth_usePrivilegedIntents|to_json }}
logging: logging:
# What level should the logger output to the console at. # 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 lineDateFormat: "MMM-D HH:mm:ss.SSS" # This is in moment.js format
# files: # files:
# - file: "debug.log" # - file: "debug.log"