-
Notifications
You must be signed in to change notification settings - Fork 12
logging changes #1049
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
logging changes #1049
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome! Thanks for look through all of these. I made a few more suggestions that occurred to me as I read through them.
@@ -27,7 +27,6 @@ func fixupPort(port *composeTypes.ServicePortConfig) { | |||
term.Debugf("port %d: ignoring 'published: %s' in 'ingress' mode", port.Target, port.Published) | |||
} | |||
if (port.Protocol == Protocol_TCP || port.Protocol == Protocol_UDP) && port.AppProtocol != "http" { | |||
// term.Warnf("TCP ingress is not supported; assuming HTTP (remove 'protocol' to silence)") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove this? seems helpful to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can keep the text for documentation and remove the term.Warnf part, don't want it to seem like stale/old code.
Co-authored-by: Jordan Stephens <[email protected]>
Description
First go at updating CLI logs.
Linked Issues
link
Checklist