将 vixie-cron 日志记录到文件中
我试图让 vixie-cron 将任何输出发送到日志文件,而不是作为电子邮件发送给 root(或用户)。是否有配置方法可以执行此操作,而不是在命令中重定向 stderr 和 stdout 文件流?
I am trying to get vixie-cron to send any output to a log file rather than as an email to root(or user). Is there are configuration way to do this rather than redirecting the stderr and stdout file streams within the command ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,据我所知没有。
然而,还有其他的
cron
(cronie
有-s用于将输出记录到syslog
)。No. Not that I know of.
However there are other
cron
(cronie
has -s for logging output tosyslog
).