summaryrefslogtreecommitdiff
path: root/filesystems/zrepl/files/zrepl.yml
blob: 94e924c4eb7ec6a87f70951a0c9ae5d01978134f (plain) (blame)
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.