gpt4 book ai didi

python - 当外部函数 stdout 发生时将其重定向到日志文件

转载 作者:太空宇宙 更新时间:2023-11-03 17:05:24 27 4
gpt4 key购买 nike

使用Python 2.7我正在调用外部库函数,我想将该函数生成的所有日志/打印打印到文件中。我想在发生日志时更新文件。我正在使用 ipython 笔记本,因此如果有一种更简单的特定于笔记本的方法,我也可以接受。

最佳答案

最好在 shell 中执行重定向,而不是在 python 代码中执行。

在典型的 Unix 命令行中,您可以使用 tee 命令:

python program.py | tee logfile

关于python - 当外部函数 stdout 发生时将其重定向到日志文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34641998/

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