As reported in issue #137, the output of the url command is supposed to just be the connection_url. This PR sets the tracing output to stderr to keep stdout clean of logs.
Closes #137
TODO:
[x] Add some tests to make sure the url command outputs correctly on stdout.
Summary
As reported in issue #137, the output of the
url
command is supposed to just be theconnection_url
. This PR sets the tracing output tostderr
to keepstdout
clean of logs.Closes #137
TODO:
url
command outputs correctly on stdout.