1 2 3 4 5 6 7 8 9 10 11 12 13
# zrepl main configuration file. # For documentation, refer to https://zrepl.github.io/ # global: logging: - type: "stdout" level: "error" format: "human" - type: "syslog" level: "info" format: "logfmt" # Add "jobs:" section(s) here for your specific use cases.