Easy Way To Filter Logger Console Output in Pychar

2019-02-19 13:42发布

问题:

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



标签: pycharm