Compare commits

..

No commits in common. "master" and "v1.8.0" have entirely different histories.

View File

@ -1,5 +1,9 @@
package logging

import (
"log/syslog"
)

/*
SystemDLogger (yes, I'm aware it's actually written as "systemd") writes to journald on systemd-enabled systems.
*/