I have named all my loggers through the program. What I would like to do is be be able to filter the console logging output by logger name(s) in Pycharm. Can this be done without editing the log configurations file?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
You can filter output in PyCharm's Console window using Grep Console plugin.
Also, if you want better support for logging
standard module in PyCharm then please vote for issue PY-8408 – logging module integration into PyCharm