-
Notifications
You must be signed in to change notification settings - Fork 929
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
Add GUI toggle for not wrapping long lines in the log output #2608
Comments
Have similar request. |
@jcdsilva there are a few reasons that might happen. 1. if you are running a python script, it buffers all output by default until it is complete. 2. if you are in cluster mode with a log storage plugin configured, but viewing the execution from a cluster member that is not the one executing the job, you will not see the output until the execution completes. This is the current design of the way logs work in a cluster. |
@gschueler |
@jcdsilva then i am not sure why that is happening. the execution should write log output to a |
…ines Fix #2608 add gui toggle to not wrap long log lines
Issue type: Enhancement Request
Add a checkbox to the execution log view GUI to allow toggling between wrapping/not-wrapping long output lines.
long lines were not wrapped previous to release 2.6.3, but after #1558 they were wrapped.
The text was updated successfully, but these errors were encountered: