mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
- 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
15 lines
317 B
Text
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.
|