diff options
Diffstat (limited to 'filesystems/zrepl/files/zrepl.yml')
-rw-r--r-- | filesystems/zrepl/files/zrepl.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/filesystems/zrepl/files/zrepl.yml b/filesystems/zrepl/files/zrepl.yml new file mode 100644 index 000000000000..94e924c4eb7e --- /dev/null +++ b/filesystems/zrepl/files/zrepl.yml @@ -0,0 +1,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. |