Fix syslog logging on FreeBSD
#407
Merged
witten
merged 1 commits from PlqnK/borgmatic:fix-syslog-freebsd
into master
2 years ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'PlqnK/borgmatic:fix-syslog-freebsd'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Borgmatic doesn't log to syslog on FreeBSD because
/dev/log
and/var/run/syslog
doesn't exists.The UNIX domain socket to use on FreeBSD is
/var/run/log
.See the syslogd FreeBSD man page: https://www.freebsd.org/cgi/man.cgi?query=syslogd&sektion=8 for more information!
I've tested it in a TrueNAS jail and with that fix syslog logging is now working.
Though with the default
syslogd
configuration onlyNOTICE
and higher levels get logged, but that's a user configuration problem, not a borgmatic one.af0b3da8ed
into master 2 years agoThank you for finding and fixing this!
Finally released in borgmatic 1.5.16!
af0b3da8ed
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.