gpt4 book ai didi

python - 有没有办法在 gunicorn 中记录 python 打印语句?

转载 作者:IT老高 更新时间:2023-10-28 21:00:21 30 4
gpt4 key购买 nike

像这样使用我的 Procfile:

web: gunicorn app:app \
--bind "$HOST:$PORT" \
--error-logfile "-" \
--enable-stdio-inheritance \
--reload \
--log-level "debug"

是否有可能以任何方式将 python print 语句记录到标准输出/bash?我在这里也使用 bottle 框架,如果这会影响任何东西的话。

最佳答案

事实证明 print 语句实际上是通过了,但是有延迟。

gunicorn docs for --enable-stdio-inheritance注意设置PYTHONUNBUFFERED,我以为我有,但似乎语法错误。

我使用 .env 文件和我的 foreman 设置解决了这个问题,像这样设置变量:

PYTHONUNBUFFERED=TRUE

关于python - 有没有办法在 gunicorn 中记录 python 打印语句?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27687867/

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