-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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 the ability to configure inputs.exec error truncation #8333
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only have a minor comment (see code). Could you please also add a test-case where you actually truncate with a non-default argument!? Just to make sure... :-)
@ssoroka ping... ;-P |
@ssoroka any news on this? |
When Dave and I paired on reviews we were wondering what problem this is trying to solve? When would the user know that they need this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
exec truncates the output by default, so you might not be able to see the whole message about what is causing the script to fail. There's an open issue or user request for this somewhere; not sure why it's not linked. An alternative (or corollary) to this is to show the whole output when running in debug, and then adjusting the length is less of an issue. |
(cherry picked from commit 4dcc3c0)
) (cherry picked from commit 4dcc3c0)
No description provided.