-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Verbose truncates output down to 2.05kB #2845
Labels
Comments
Response size
|
This is done intentionally because unlimited data stream has the potential to crash the terminal. Perhaps we can bump this to 10 kb? Maybe add a flag to make this unlimited. |
10kb will work for my case and the reasoning to "not crash the terminal"
also makes sense. Flag for unlimited is a good option as well.
Possibly to address the possibility of the terminal crashing, perhaps an
option to debug into a file (which then one can `tail -f` in a separate
terminal) would address the stability concern?
…--Andrey
On Thu, Sep 23, 2021 at 10:10 AM Shamasis Bhattacharya < ***@***.***> wrote:
This is done intentionally because unlimited data stream has the potential
to crash the terminal.
Perhaps we can bump this to 10 kb? Maybe add a flag to make this unlimited.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2845 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD3H2G7H2EVPIRCTHVAM7CLUDNNRVANCNFSM5ERYGJ5Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
newman -v
): 5.3.0A bash script runs the newman command after collecting the variables like credentials from the operator interactively and loading the remaining ones from files on disk
The text was updated successfully, but these errors were encountered: