-
Notifications
You must be signed in to change notification settings - Fork 110
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
zt-exec converting multi-line output to single line #59
Comments
Do you mind providing an example for this? |
I deleted your comment as it might have had some personal information that you might not have wanted to share. As for an example I meant code not the output. Some code the reproduces the issue you are seeing. |
I'm experiencing this same issue. My stderr from a python script i'm running looks like:
and, when running :
it is translated to
Ideally, the errorStream would be able to output this entire trace as one log message, which seems to be very difficult to do with how it's currently designed. It parses carriage returns and newlines before adding it to the logger, which isnt ideal. |
Hi,
I am facing a problem that is my output, which is being redirected to logger is quite large and it's multi-line but zt-exec converts that multi-line to a single line. Due to this reason my business logic is failing. Is there a way in zt-exec to maintain the new lines and carriage returns.
The text was updated successfully, but these errors were encountered: