我们每天都会将数据记录到云计算日志中。我想每小时/每天将其推送到S3批处理。
nodejs中是否有可用的lambda lib来实现这个目的?
答案 0 :(得分:0)
Logwatch 在logwatch.config上配置logwatch(您可以在其中配置mailTo& mailFrom。
手动运行logwatch
sudo logwatch --detail high --mailto testmail@mailinator.com --service all --range all
OR
使用Winston / winston-daily-rotate-file,一个用于Node.js的多功能日志库