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
{{ message }}
This repository was archived by the owner on Jan 28, 2022. It is now read-only.
We should add a {flag, method, option} to enable logging to the syslog provider.
An interesting thing here is that systemd sets $JOURNAL_STREAM when it manages a process, so we could catch that and automatically switch it over to the syslog provider. This opens a few questions:
Do we need to add a flag for this? Is detecting an env var enough?
Should we remove the --pretty option, and always use a pretty-printer. Right now there's not too much difference between the two anyway.
Can we still apply filtering using the env logger provider?