Ubuntu中怎么启用Crontab日志记录

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu中怎么启用Crontab日志记录相关的知识,希望对你有一定的参考价值。

参考技术A service rsyslog restart;
more /var/log/cron.log;

Ubuntu查看crontab运行日志

修改rsyslog

sudo vim /etc/rsyslog.d/50-default.conf  
cron.*              /var/log/cron.log #将cron前面的注释符去掉 

重启rsyslog

sudo  service rsyslog  restart 

查看crontab日志

tail -f /var/log/cron.log 

  

以上是关于Ubuntu中怎么启用Crontab日志记录的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu中怎么启用Crontab日志记录

Ubuntu中怎么启用Crontab日志记录

Ubuntu中怎么启用Crontab日志记录

Ubuntu使用crontab执行定时任务基础知识

Ubuntu查看crontab运行日志

ubuntu怎么查看linux系统日志