diff --git a/docs/configuring-playbook-bridge-appservice-discord.md b/docs/configuring-playbook-bridge-appservice-discord.md index a8ad36fc7..6ea6b88db 100644 --- a/docs/configuring-playbook-bridge-appservice-discord.md +++ b/docs/configuring-playbook-bridge-appservice-discord.md @@ -121,5 +121,5 @@ The default logging level for this component is `warn`. If you want to increase matrix_appservice_discord_configuration_extension_yaml: | logging: # 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 ``` diff --git a/roles/custom/matrix-bridge-appservice-discord/templates/config.yaml.j2 b/roles/custom/matrix-bridge-appservice-discord/templates/config.yaml.j2 index 64f2923cc..a304a4f24 100644 --- a/roles/custom/matrix-bridge-appservice-discord/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-appservice-discord/templates/config.yaml.j2 @@ -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"