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 would be clearer if it were : Apr 27 05:36:02 myhost tomcat: java.io.FileNotFoundException: /somewhere/logs/localhost.2022-04-27.log (Permission denied)
And also i could use journalctl -t tomcat
Proposed feature
Adding a syslog identifier make the journal clearable and filterable
Rationale
It's actually unclear. For example, i'm using tomcat, and it's hard to identify it in journalctl
It would be clearer if it were :
Apr 27 05:36:02 myhost tomcat: java.io.FileNotFoundException: /somewhere/logs/localhost.2022-04-27.log (Permission denied)
And also i could use
journalctl -t tomcat
Additional context
Here is the source of the tip for SyslogIdentifier in systemd:
https://stackoverflow.com/a/43830129/1654749
Thank you
The text was updated successfully, but these errors were encountered: