timonwong / prometheus-webhook-dingtalk

DingTalk integration for Prometheus Alertmanager
http://theo.im/blog/2017/10/16/release-prometheus-alertmanager-webhook-for-dingtalk/
Apache License 2.0
911 stars 311 forks source link

想请问下日志文件在哪儿? #181

Closed 7A6A78 closed 2 years ago

7A6A78 commented 2 years ago

看到参数里能配置日志等级和格式,但是找了半天没找到日志文件,是还不支持日志文件单独存放吗?

timonwong commented 2 years ago

没有日志文件,只输出 stderr

因为主要是为了容器内使用的,未来也不支持输出日志文件,这个也是目前推荐的使用方式。

如果单独运行,可以考虑 systemd 等,通过 journalctl 等工具获取日志输出。

7A6A78 commented 2 years ago

想问下没有日志文件,是基于什么考虑呢?

在 2022-04-21 14:29:55,"Timon Wong" @.***> 写道:

没有日志文件,只输出 stderr

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

timonwong commented 2 years ago

如上所述,有 systemd, systemd 可以管理日志,跑在容器环境,容器帮你管理日志。有 supervisor, monit 等工具,也能帮你归类日志(rotate, zip, etc),没有必要单独处理。

非得需要也可以自己重定向然后处理日志文件。