I’m running Ktor and log output is a bit too much....
# announcements
a
I’m running Ktor and log output is a bit too much. Is there any way to filter console log output in Intellij?
n
#C0A974TJ9
a
For anyone wondering, this solves my issue https://plugins.jetbrains.com/plugin/7125-grep-console
c
IntelliJ has a built-in log reader, however to my knowledge it only works with files... • instead of printing logs to stdout, print logs in a file • in your run configuration, add the log file • now when running your project, you get a bonus tab with the log file and you can select which log level you want to display https://www.jetbrains.com/help/idea/setting-log-options.html
👍 1
Actually it works even if you don't use another file, see the ‘save console output to a file’ at the end of the article in the previous link