Closed 7A6A78 closed 2 years ago
没有日志文件,只输出 stderr
因为主要是为了容器内使用的,未来也不支持输出日志文件,这个也是目前推荐的使用方式。
如果单独运行,可以考虑 systemd 等,通过 journalctl 等工具获取日志输出。
想问下没有日志文件,是基于什么考虑呢?
在 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: @.***>
如上所述,有 systemd, systemd 可以管理日志,跑在容器环境,容器帮你管理日志。有 supervisor, monit 等工具,也能帮你归类日志(rotate, zip, etc),没有必要单独处理。
非得需要也可以自己重定向然后处理日志文件。
看到参数里能配置日志等级和格式,但是找了半天没找到日志文件,是还不支持日志文件单独存放吗?