You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An option flag to trace requests would help users understand how communication between the client and the server occur, as well as help understand where a connection issue may occur, such as in a proxied environment or if DNS routes are set up incorrectly.
Common client option flags would be --debug, --verbose or --trace. I'm personally in favour of --verbose as typically you can tune the verbosity up or down based on your needs.
From @bacongobbler on January 12, 2015 16:59
An option flag to trace requests would help users understand how communication between the client and the server occur, as well as help understand where a connection issue may occur, such as in a proxied environment or if DNS routes are set up incorrectly.
Common client option flags would be
--debug
,--verbose
or--trace
. I'm personally in favour of--verbose
as typically you can tune the verbosity up or down based on your needs.Copied from original issue: deis/deis#2884
The text was updated successfully, but these errors were encountered: