gpt4 book ai didi

python-3.x - 在Docker容器中查找gunicorn日志文件

转载 作者:行者123 更新时间:2023-12-02 18:27:25 24 4
gpt4 key购买 nike

我有一个使用gunicorn运行python服务的docker容器。服务是这样启动的:
gunicorn --bind 0.0.0.0:6435 --certfile=cert.pem --keyfile=key.pem --ssl-version=5 --ciphers=EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH app:app -w=5 --timeout=500 --daemon
但是,我找不到5个 worker 的日志文件。查找这些日志文件的默认路径是什么?

我尝试使用find命令find / -type f -name "hs_err_pid",因为这些是gunicorn用来保存日志文件的默认文件名。但这给了我以下权限错误:

    find: ‘/proc/1/map_files’: Operation not permitted
find: ‘/proc/16/map_files’: Operation not permitted
find: ‘/proc/89/map_files’: Operation not permitted

有什么办法找出日志文件吗?

最佳答案

建议您将--access-logfile YOUR_FILE添加到命令中以指定文件或使用-将其重定向到stdout。错误日志也是如此。

this

关于python-3.x - 在Docker容器中查找gunicorn日志文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58747578/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com