-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output of Run "Local SAP CX Server" does not flush #1020
Comments
Do you have this problem as well, when you start the Server in a normal Terminal? Which SAP CX Version do you use? Did you do anything special before the issue appeared, like running an update system or so? Which system and OS you use and which terminal is default on your system? Bash, zsh, Powershell? |
I am currently unable to reproduce the issue. I am working with a Mac M1 and setup Version 2205.18 for testing. At which point does the log stop? |
As an example for what I see in my intellij console would be something like this:
when in reality the full line would read
once there is enough output to flush, then the line finishes together with all the other output that comes afterward |
As a temporary workaround I found that the problem goes away once you change maybe that also helps when troubleshooting this plugin internally. |
Hi, so I have this problem where any output from the default run/debug configuration does not seem to fully flush the output in the Intellij console.
E.g. lines are just cut off in the output and the newest loglines do not even show up until some more log messages show up that cross some threshold to flush the buffer.
I am not sure if this is something I can deal with by some configuration or if this is a bug. I have tried to increase/decrease the buffer size in Intellij's-Settings Editor>General>Console but that doesn't seem to have any effect.
The text was updated successfully, but these errors were encountered: