If you are trying to locate the cron crontab jobs log file on your Ubuntu Linux distribution OS, you should find it under /var/log/syslog.
You can simply make use of the cat, head or tail command to view the logs,
# cat /var/log/syslog
Jul 16 09:30:01 ubuntu CRON[1234]: (root) CMD
Jul 16 09:45:01 ubuntu CRON[5678]: (user) CMD
Jul 16 10:00:00 ubuntu kernel: Booting Linux on physical CPU 0x0
Jul 16 10:15:23 ubuntu NetworkManager[123]: Activation (eth0) successful
Jul 16 10:30:45 ubuntu apt: Installed python3
Jul 16 11:45:10 ubuntu sshd[9876]: Accepted publickey for user from 192.168.0.100 port 12345 ssh2
Jul 16 12:00:05 ubuntu systemd[1]: Stopped target Timers.
Jul 16 12:15:20 ubuntu kernel: EXT4-fs warning (device sda1): running out of free inodes
Jul 16 12:30:35 ubuntu kernel: eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
Jul 16 12:45:50 ubuntu apache2[5432]: [info] [client 192.168.0.200] Request received for URL /code2care/v1/data/

-
Facing issues? Have Questions? Post them here! I am happy to answer!
More Posts related to Ubuntu,
- Install Oh My Zsh on Ubuntu Docker complete steps
- Installing Home-brew on Ubuntu
- Install Golang (Go) on Ubuntu
- Install specific JRE on Ubuntu using apt
- How to stop/start/restart apache server using command [Ubuntu]
- How to install zsh shell on Ubuntu
- Quick steps to install Nginx on Ubuntu Linux
- How to know current Ubuntu Linux version via terminal command
- Add new user in Ubuntu Linux using Terminal Command
- Fix Ubuntu /bin/sh: 1: zsh: not found error
- How to install Python on Ubuntu
- [Fix] Ubuntu E: Unable to locate package sudo error
- How to stop MongoDB Server running on Ubuntu
- Install postgres Client using apt-get command
- How to kill service running on a port on Ubuntu Linux
- [fix] openssl No such file or directory error C++
- Fix - sudo: systemctl: command not found
- Access Windows share folder in Ubuntu Device in Network
- Add or remove users from sudo group - Ubuntu
- Quickly install Apache Server on Ubuntu Linux
- Fix: Ubuntu (Linux) - bash: sudo: command not found error
More Posts:
- How to enable line numbers in IntelliJ - HowTos
- How to Update Microsoft Teams to the latest Version - Teams
- Check help on commands while being on sftp> prompt - FTP
- Change Font Size in Visual Studio Code - HowTos
- How to install tabnine on VS Code - HowTos
- [Android] This view is not constrained vertically: at runtime it will jump to the top unless you add a vertical constraint - Android
- How to change SharePoint Online site collection or subsite URL address - SharePoint
- How to run a Maven jar project from eclipse without tomcat - Eclipse