Server & OS

ubuntu 14.04 cron log 저장 경로 (crontab)

페이지 정보

본문

 

http://askubuntu.com/questions/624701/where-are-cron-logs-stored-on-ubuntu-14-04



As default, cron's logs saved in /var/log/syslog. It depends on rsyslogd configuration. You can change it:


Go to rsyslog config

cd /etc/rsyslog.d/
sudo nano 50-default.conf

Uncoment line:

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

Save file and restart rsyslog

sudo service rsyslog restart 

Restart your cron daemon for get it's messages from new file

sudo service cron restart
 

관련자료

등록된 댓글이 없습니다.
Today's proverb
전력을 다하여 자신에게 충실하고 올바른 길로 나가라. 참으로 내 생각을 채울 수 있는 것은 나 자신 뿐이다. 나를 변화시킬 수 있는 건 오로지 나뿐이다. (우렐리우스)