krasa / GrepConsole

IntelliJ plugin - https://plugins.jetbrains.com/plugin/7125
Apache License 2.0
440 stars 57 forks source link

Tailing output file with PowerShell 'Out-File' is ignored #87

Closed serpro69 closed 7 years ago

serpro69 commented 7 years ago

I'm launching my tests with maven through powershell piping output to .log file with Out-File .\outfile.log command like this: mvn clean verify | Out-File .\outfile.log When I'm tailing the outfile.log with GrepConsole, I can't see any messages in the console, I can only see the blinking cursor and the scrollbar moving.

Tailing the .log file created by the program works without issues so this is clearly an issue with Out-File and powershell integration. I've tried adding shell integration in GrepConsole options but it didn't help.

serpro69 commented 7 years ago

This was due to encoding. Issue solved.