Ubuntu Open Crontab Scheduled task log

Source: Internet
Author: User
Tags rsyslog

The Crontab log feature under Ubuntu is not automatically turned on. The steps to turn on the log feature are:

① modifying Rsyslog

sudo vim/etc/rsyslog.d/-default. conf

Found it:

#cron. *                          /var/log/cron.log

Get rid of the front #

② Restart Rsyslog

sudo  service Rsyslog  restart

③ can now view the log

Tail-f/var/log/cron.log

If it appears:

(CRON) info (No MTA installed, discarding output)

Then that is, Crontab executes the script is not directly wrong information output, but will be sent in the form of mail to your mailbox, this time you need a mail server, if you do not install the mail server, it will report this error. If it is a test, you can use the following method to solve:

After each timed script, add:

>/dev/null2>&1

Reference:

Ubuntu View crontab Run log

Ubuntu turns on crontab logging and resolves no MTA installed, discarding output problem

Ubuntu Open Crontab Scheduled task log

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.