How to add key word to filter console output in Pycharm

已回答

I know there have some similar questiones asked(Easy Way To Filter Logger Console Output in Pycharm?). But it's different. I want to know how to filter the log output from the Pycharm GUI after program is running instead of setting logging from code. After program started from Pycharm IDE, we could see the log message from "Debug console" tab, the message is too much, i only want to see the logs by some key words dynamic for temporary.(for example, like Android Studio, Eclipse ...). Too many topics talked how to set the logging output from code by logging lib, it's different requirement. I think it's important to filter the log during the whole runtime by a easy way. Thanks

0

Hello! Unfortunately, it's not possible, please vote for the existing feature request https://youtrack.jetbrains.com/issue/IDEA-66268 to increase its priority and be notified about updates.

0

请先登录再写评论。