Ver a proveniência

Merge pull request #206 from verb/appservice-irc-log

Disable appservice-irc log files
pull/208/head
Slavi Pantaleev há 6 anos
committed by GitHub
ascendente
cometimento
e2d2302475
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      roles/matrix-bridge-appservice-irc/defaults/main.yml

+ 2
- 2
roles/matrix-bridge-appservice-irc/defaults/main.yml Ver ficheiro

@@ -427,10 +427,10 @@ matrix_appservice_irc_configuration_yaml: |
# Level to log on console/logfile. One of error|warn|info|debug
level: "debug"
# The file location to log to. This is relative to the project directory.
logfile: "debug.log"
#logfile: "debug.log"
# The file location to log errors to. This is relative to the project
# directory.
errfile: "errors.log"
#errfile: "errors.log"
# Whether to log to the console or not.
toConsole: true
# The max number of files to keep. Files will be overwritten eventually due


Carregando…
Cancelar
Guardar