Explorar el Código

Remove file logging completely

pull/339/head
Björn Marten hace 6 años
padre
commit
80e4eb9ab7
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. +0
    -5
      roles/matrix-bridge-appservice-webhooks/defaults/main.yml

+ 0
- 5
roles/matrix-bridge-appservice-webhooks/defaults/main.yml Ver fichero

@@ -76,14 +76,9 @@ matrix_appservice_webhooks_configuration_yaml: |
hookUrlBase: "{{ matrix_appservice_webhooks_inbound_uri_prefix }}"

logging:
file: data/webhook.log
console: true
consoleLevel: {{ matrix_appservice_webhooks_log_level }}
fileLevel: verbose
writeFiles: false
rotate:
size: 52428800 # bytes, default is 50mb
count: 5

matrix_appservice_webhooks_configuration_extension_yaml: |
#


Cargando…
Cancelar
Guardar