I have an application that writes logs to some file e.g. /var/log/mylog.txt
However, I want it to be written to journald
(so that it can be accessed via journalctl
). I can't change way of launching of application, as it is encapsulated from me.
Any ideas?
journalctl
as that specific user to get the expected output – don_crissti Feb 26 '17 at 11:54