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
In order to better support systemd app monitoring, we should add an option to the console logger to use systemd daemon logging prefixes as described here. This will allow better filtering of logs via journalctl. Basically we just need to prefix logs with <Numeric Log Number>. Based on the linked man page, we might also want to write to stderr instead of stdout, but I'm not sure if this is necessary.