You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that there is no way to set the syslog facility for applications of type service_systemd_linux.
The first argument passed to the syslog.New function is fixed to syslog.LOG_INFO, which results in the facility always being set to kern.
It appears that there is no way to set the syslog facility for applications of type service_systemd_linux.
The first argument passed to the syslog.New function is fixed to syslog.LOG_INFO, which results in the facility always being set to
kern
.service/service_unix.go
Line 23 in becf2eb
Is there any workaround for this issue?
The text was updated successfully, but these errors were encountered: