diff --git a/docs/configuring-playbook-bridge-appservice-irc.md b/docs/configuring-playbook-bridge-appservice-irc.md index d25641087..da655a77b 100644 --- a/docs/configuring-playbook-bridge-appservice-irc.md +++ b/docs/configuring-playbook-bridge-appservice-irc.md @@ -101,7 +101,8 @@ The default logging level for this component is `debug`, and the log is output t ```yaml matrix_appservice_irc_configuration_extension_yaml: | logging: - # Level to log on console/logfile. One of error|warn|info|debug + # Level to log on console/logfile. + # Valid values: error, warn, info, debug level: "debug" # The file location to log to. This is relative to the project directory. logfile: "debug.log" diff --git a/roles/custom/matrix-bridge-appservice-irc/templates/config.yaml.j2 b/roles/custom/matrix-bridge-appservice-irc/templates/config.yaml.j2 index dd6b53a1a..8b7aca5b8 100644 --- a/roles/custom/matrix-bridge-appservice-irc/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-appservice-irc/templates/config.yaml.j2 @@ -74,7 +74,8 @@ ircService: # Configuration for logging. Optional. Default: console debug level logging # only. logging: - # Level to log on console/logfile. One of error|warn|info|debug + # Level to log on console/logfile. + # Valid values: error, warn, info, debug level: "debug" # The file location to log to. This is relative to the project directory. #logfile: "debug.log"