ports/sysutils/zrepl/files/zrepl.yml.sample
Ben Woods f40e3cdfa2 sysutils/zrepl: Update to 0.0.2
- Include UPDATING message about breaking changes in zrepl.yml
- Update dependencies to match Gopkg.lock changes [1]
- Take maintainership, approves by lifanov via email previously

  [1] https://github.com/zrepl/zrepl/compare/0.0.1...0.0.2#files_bucket

Approved by:	lifanov (maintainer)
Differential Revision:	https://reviews.freebsd.org/D13163
2017-11-20 15:40:31 +00:00

15 lines
317 B
Text

# $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.