mirror of
https://github.com/zrepl/zrepl.git
synced 2025-01-21 05:40:04 +01:00
21 lines
446 B
YAML
21 lines
446 B
YAML
global:
|
|
logging:
|
|
stdout:
|
|
level: warn
|
|
format: human
|
|
tcp:
|
|
level: debug
|
|
format: json
|
|
net: tcp
|
|
address: 127.0.0.1:8080
|
|
retry_interval: 1s
|
|
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
|
|
syslog:
|
|
enable: true
|
|
format: logfmt
|
|
|
|
jobs: []
|