소스 검색

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

Disable appservice-irc log files
pull/208/head
Slavi Pantaleev 7 년 전
committed by GitHub
부모
커밋
e2d2302475
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      roles/matrix-bridge-appservice-irc/defaults/main.yml

+ 2
- 2
roles/matrix-bridge-appservice-irc/defaults/main.yml 파일 보기

@@ -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


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