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

connectivity/check: remove stray newline in (*Action).ValidateFlows #2119

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

tklauser
Copy link
Member

Currently, a stray newline is logged everytime flow validation finished:

[...]
  ✅ L3/L4 Drop not found
  ✅ Flow validation successful for peer test-namespace/client2-658d8d8db-8clt6 (first: 0, last: 82, matched: 6)

  🐛 Hubble polling ended: rpc error: code = Canceled desc = context canceled
  🐛 Receiving flows from Hubble Relay gracefully closed down.
[...]

Remove it to unclutter the logs a bit.

Currently, a stray newline is logged everytime flow validation finished:

```
[...]
  ✅ L3/L4 Drop not found
  ✅ Flow validation successful for peer test-namespace/client2-658d8d8db-8clt6 (first: 0, last: 82, matched: 6)

  🐛 Hubble polling ended: rpc error: code = Canceled desc = context canceled
  🐛 Receiving flows from Hubble Relay gracefully closed down.
[...]
```

Remove it to unclutter the logs a bit.

Signed-off-by: Tobias Klauser <[email protected]>
@tklauser tklauser merged commit afd4609 into main Nov 17, 2023
18 of 19 checks passed
@tklauser tklauser deleted the pr/tklauser/rm-log-newline branch November 17, 2023 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants