Easy Way To Filter Logger Console Output in Pychar

2019-02-19 13:39发布

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?

标签: pycharm
1条回答
我命由我不由天
2楼-- · 2019-02-19 14:32

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-8408logging module integration into PyCharm

查看更多
登录 后发表回答