-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SERIOUS] Integrate with syslog #2
Comments
I'll definitely look into adding this sometime this coming month! |
Actually gonna implement this now because of the re-write I did :) |
@tristan957 Do I need to install Please advise. |
@deavmi on my system with systemd, I can use journalctl to see it. It would depend on the backing syslog implementation that you use. |
A call to |
Look at the source and filtering portions of |
syslog is pretty standard at least on Linux. Would be nice to see support for that.
I see that DefaultLogger writes to stdout. Looks like you just need a SyslogLogger that writes to syslog. This looks promising: https://github.com/dlang/druntime/blob/master/src/core/sys/posix/syslog.d
UPDATE LINK: https://github.com/dlang/dmd/blob/master/druntime/src/core/sys/posix/syslog.d
The text was updated successfully, but these errors were encountered: