소스 검색

Update files for matrix-appservice-discord: sort the logging levels

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4020/head
Suguru Hirahara 1 년 전
부모
커밋
811abc09a8
No known key found for this signature in database GPG 키 ID: E4F9743DAB4B7B75
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      docs/configuring-playbook-bridge-appservice-discord.md
  2. +1
    -1
      roles/custom/matrix-bridge-appservice-discord/templates/config.yaml.j2

+ 1
- 1
docs/configuring-playbook-bridge-appservice-discord.md 파일 보기

@@ -121,5 +121,5 @@ The default logging level for this component is `warn`. If you want to increase
matrix_appservice_discord_configuration_extension_yaml: |
logging:
# What level should the logger output to the console at.
console: "info" #silly, verbose, info, http, warn, error, silent
console: "info" # Valid values: silent, error, warn, http, info, verbose, silly
```

+ 1
- 1
roles/custom/matrix-bridge-appservice-discord/templates/config.yaml.j2 파일 보기

@@ -48,7 +48,7 @@ auth:
usePrivilegedIntents: {{ matrix_appservice_discord_auth_usePrivilegedIntents|to_json }}
logging:
# What level should the logger output to the console at.
console: "warn" #silly, verbose, info, http, warn, error, silent
console: "warn" # Valid values: silent, error, warn, http, info, verbose, silly
lineDateFormat: "MMM-D HH:mm:ss.SSS" # This is in moment.js format
# files:
# - file: "debug.log"


불러오는 중...
취소
저장