aboutsummaryrefslogtreecommitdiff
path: root/sysutils/zrepl/files/zrepl.yml.sample
blob: 0d0c35efa272f35349521d4c7c92a5714c67c999 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$
#
# zrepl main configuration file.
# For documentation, refer to https://zrepl.github.io/
#
global:
  logging:
    - outlet: "stdout"
      level:  "error"
      format: "human"
    - outlet: "syslog"
      level:  "info"
      format: "logfmt"

# Add "jobs:" section(s) here for your specific use cases.