Browse Source

Adjust log level choices to verbose and info

pull/339/head
Björn Marten 6 years ago
parent
commit
208d5d0fda
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/matrix-bridge-appservice-webhooks/defaults/main.yml

+ 1
- 1
roles/matrix-bridge-appservice-webhooks/defaults/main.yml View File

@@ -47,7 +47,7 @@ matrix_appservice_webhooks_homeserver_token: ''
matrix_appservice_webhooks_id_token: ''
matrix_appservice_webhooks_api_secret: ''

# Logging information (error, warn, info, verbose, debug is availabe) default is: info
# Logging information (info and verbose is available) default is: info
matrix_appservice_webhooks_log_level: 'info'

matrix_appservice_webhooks_configuration_yaml: |


Loading…
Cancel
Save