There are two ways. You need elevated powers for both (eg. use sudo, or be a member of the systemd-journal group).
Use
journalctl:journalctl -fu botFind the log the output goes to and
tail -fit. Very likely it's/var/log/syslog. Then do:tail -f /var/log/syslogThere will be other entries intermixed though.