瀏覽代碼

config: restore quiet default logging

refactor/stateful-streaming-extractor
Jan Svabenik 9 小時之前
父節點
當前提交
e7e306318c
共有 2 個文件被更改,包括 9 次插入12 次删除
  1. +4
    -7
      config.autosave.yaml
  2. +5
    -5
      config.yaml

+ 4
- 7
config.autosave.yaml 查看文件

@@ -327,16 +327,13 @@ debug:
rotate_mb: 16
keep_files: 8
logging:
level: debug
categories:
- gap
- prefir
- boundary
rate_limit_ms: 100
level: error
categories: []
rate_limit_ms: 1000
stdout: true
stdout_color: true
file: logs/trace.log
file_level: debug
file_level: error
time_format: "15:04:05"
disable_time: false
web_addr: :8080


+ 5
- 5
config.yaml 查看文件

@@ -264,13 +264,13 @@ debug:
rotate_mb: 16
keep_files: 8
logging:
level: debug
categories: [gap, prefir, boundary]
rate_limit_ms: 100
level: error
categories: []
rate_limit_ms: 1000
stdout: true
stdout_color: true
file: logs/trace.log
file_level: debug
file: ""
file_level: error
time_format: "15:04:05"
disable_time: false
web_addr: :8080


Loading…
取消
儲存