There are two ways. You need elevated powers for both (eg. use sudo).
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.