zrepl/cmd/sampleconf/random/logging.yml

25 lines
477 B
YAML
Raw Normal View History

2017-09-24 02:10:29 +02:00
global:
logging:
- outlet: stdout
2017-09-24 02:10:29 +02:00
level: warn
format: human
- outlet: tcp
2017-09-24 02:10:29 +02:00
level: debug
format: json
net: tcp
address: 127.0.0.1:8080
retry_interval: 1s
2017-09-24 14:34:50 +02:00
tls: # if not specified, use plain TCP
ca: sampleconf/random/logging/logserver.crt
cert: sampleconf/random/logging/client.crt
key: sampleconf/random/logging/client.key
- outlet: syslog
level: debug
2017-09-24 02:10:29 +02:00
format: logfmt
2017-09-24 02:10:29 +02:00
jobs: []