Easy Way To Filter Logger Console Output in Pycharm?

后端 未结 1 946
野的像风
野的像风 2021-01-15 01:15

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

相关标签:
1条回答
  • 2021-01-15 01:52

    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

    0 讨论(0)
提交回复
热议问题