IPython 5.1.0 -- An enhanced Interactive Python.
?-> Introduction and overview of IPython's features.-> Introduction and overview of IPython's features.-> Introduction and overview of IPython's features.-> Introduction and overview of <e
我的代码有一些重要的输出,比如进度条和一些日志。我不希望日志记录出现在IPython控制台输出中,只希望出现在日志文件中。代码如下所示logger.info('first print worked')我希望输出是这样的和日志文件"output.log“
date - INFO - first print w