<div dir="ltr"><div>I am running user-level services in Ubuntu 16.04 LTS.  For example, I have my test.service located at ~/.config/systemd/user/test.service</div><div><br></div><div>I was able to run the service by doing</div><div><br></div><div>    systemctl --user start test.target</div><div><br></div><div><br></div><div>However, when I try to read its log using journalctl, I got this error message:</div><div><br></div><div>    journalctl --user -u test.service</div><div>    Hint: You are currently not seeing messages from other users and the system.</div><div>      Users in the 'systemd-journal' group can see all messages. Pass -q to</div><div>      turn off this notice.</div><div>    No journal files were opened due to insufficient permissions.</div><div><br></div><div><br></div><div>How can I use journalctl for user's specific unit?</div><div><br></div><div>Thanks</div><div>Daniel</div></div>