Skip to content
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

Consider omitting connection closed message at the end of commands #15

Open
filippsen opened this issue Apr 5, 2021 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@filippsen
Copy link
Member

It is understandable that commands targetting remote pods and hosts involve opening and closing connections. However, the Connection to <IP> closed. message at the end is potentially confusing. Example:

sns pod logs mypod

Output:

1617604253 simplenetes_io 10.0.2.100 - - [05/Apr/2021:06:30:53 +0000] "GET / HTTP/1.1" 206 364 "-" "Mozilla/5.0" "10.0.2.100"
1617604342 simplenetes_io 10.0.2.100 - - [05/Apr/2021:06:32:22 +0000] "GET / HTTP/1.1" 200 364 "-" "abc/1.1" "10.0.2.100"
1617604514 simplenetes_io 10.0.2.100 - - [05/Apr/2021:06:35:14 +0000] "GET / HTTP/1.1" 200 364 "-" "dfg" "10.0.2.100"
1617616950 simplenetes_io 10.0.2.100 - - [05/Apr/2021:10:02:30 +0000] "HEAD / HTTP/1.1" 200 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36" "10.0.2.100"
Connection to <redacted IP> closed.
@filippsen filippsen added the enhancement New feature or request label Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant