// Set user session systemd to debug
systemctl log-level debug --user
// 1924 is current user systemd's PID
journalctl -b _PID=1924 | less +G
// Or, to see user unit (--user-unit instead of -u)
journalctl -b --user-unit XXX | less +G
1 Like