Sfoglia il codice sorgente

Update files for matrix-appservice-irc: adopt the common description for logging verbosity

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4013/head
Suguru Hirahara 1 anno fa
parent
commit
bad06d01c2
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: E4F9743DAB4B7B75
2 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. +2
    -1
      docs/configuring-playbook-bridge-appservice-irc.md
  2. +2
    -1
      roles/custom/matrix-bridge-appservice-irc/templates/config.yaml.j2

+ 2
- 1
docs/configuring-playbook-bridge-appservice-irc.md Vedi File

@@ -101,7 +101,8 @@ The default logging level for this component is `debug`, and the log is output t
```yaml ```yaml
matrix_appservice_irc_configuration_extension_yaml: | matrix_appservice_irc_configuration_extension_yaml: |
logging: 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" level: "debug"
# The file location to log to. This is relative to the project directory. # The file location to log to. This is relative to the project directory.
logfile: "debug.log" logfile: "debug.log"


+ 2
- 1
roles/custom/matrix-bridge-appservice-irc/templates/config.yaml.j2 Vedi File

@@ -74,7 +74,8 @@ ircService:
# Configuration for logging. Optional. Default: console debug level logging # Configuration for logging. Optional. Default: console debug level logging
# only. # only.
logging: 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" level: "debug"
# The file location to log to. This is relative to the project directory. # The file location to log to. This is relative to the project directory.
#logfile: "debug.log" #logfile: "debug.log"


Caricamento…
Annulla
Salva