Parcourir la source

config: restore quiet default logging

refactor/stateful-streaming-extractor
Jan Svabenik il y a 7 heures
Parent
révision
e7e306318c
2 fichiers modifiés avec 9 ajouts et 12 suppressions
  1. +4
    -7
      config.autosave.yaml
  2. +5
    -5
      config.yaml

+ 4
- 7
config.autosave.yaml Voir le fichier

@@ -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 Voir le fichier

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


Chargement…
Annuler
Enregistrer