mirror of
https://github.com/zrepl/zrepl.git
synced 2025-01-08 07:19:02 +01:00
82ea535692
refs #67
29 lines
537 B
YAML
29 lines
537 B
YAML
global:
|
|
logging:
|
|
|
|
- outlet: stdout
|
|
level: warn
|
|
format: human
|
|
|
|
- outlet: 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
|
|
|
|
- outlet: syslog
|
|
level: debug
|
|
format: logfmt
|
|
|
|
monitoring:
|
|
|
|
- type: prometheus
|
|
listen: ':9090'
|
|
|
|
jobs: []
|