Re: changing cf CLI trace stream from stdout to stderr
Daniel Mikusa
Just my $0.02, but I like the current behavior. I find it helpful for
troubleshooting purposes to be able to get the stream of HTTP messages inline with the output from the cli. It helps to very quickly and easily establish a timeline and isolate a particular HTTP request / response as being a problem, like when a response is slow. Just run `CF_TRACE=true cf ...` and watch to see where it pauses. I like the suggestion in the GH issue. Perhaps adding the option of specifying CF_TRACE=stderr (and stdout forconsistency, which would be equal to using 1) could be a way to do it. IMHO, if you did this then the default option would matter a lot less. I'd still prefer to keep the default behavior to STDOUT, but that's mostly me just being selfish. As long as I have a way to invoke that stdout behavior when I need it, I could live with the default changing. Dan On Tue, Oct 25, 2016 at 8:10 PM, Koper, Dies <diesk(a)fast.au.fujitsu.com> wrote: Hi Hector,
|
|