Where are the cron job logs located?
March 9, 2015 / by Marco / Categories : Business, Technology, Websites
I have a few cron jobs running and had to find out where the logs were located. After some research and it was quite obvious it was located here:
/var/log/
Issue the command ls to check what is in that folder. You will see on the list, cron files with a date like below:
OTHER ARTICLES YOU MAY LIKE

DRILL BRUSH KIT REVIEW: OZITO 16-PIECE UNBOXED + REAL CLEANING RESULTS
Ready to put a drill-powered brush kit to the test? In this unboxing and quick clean-up, we crack open a 16-piece drill brush set, check out what each piece is for, and then try it on a stained pot to see how it performs. If you’ve ever wondered how these brush kits stack up for […]
read more
OPENSSL TUTORIAL: CREATE A PRIVATE KEY AND SSL CERTIFICATE FROM THE TERMINAL
In this guide, we’ll walk through requesting a certificate in AWS Certificate Manager (ACM), exporting it with a passphrase, decrypting the private key on a Linux server, and installing the certificate into HestiaCP. I’ll also point out exactly where each step happens with the screenshots referenced in the transcript. 1) Request a public certificate in […]
read more