-
Notifications
You must be signed in to change notification settings - Fork 51
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
Refactor | logging for src ip #74
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.
Couple small comments to resolve before we merge, but overall looks good thanks @rushi47!
Wish I had known that you could use {:ipv4}
some time back, that's terribly convenient 😂
Integration tests are failing because : |
Sounds good thanks for looking into it @rushi47. If it ends up looking like there's something wrong on the |
Thank you @shaneutt, i was looking at code for aya log yesterday for formatter and tried to test it, with what they do internally it looked fine. But yes if this doesn't work I will raise issue. |
Well @shaneutt I reverted my commit and looked at main branch. The behavior is actually same for the main commit as well. And looks like that its not actually missing |
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.
Ok thanks @rushi47
Seems reasonable to get this merged for now, appreciate the contribution!
One last thing, @rushi47 we are configured to required signed commits, if you could please rebase and sign your commits we can then merge. Here's a help doc if needed: https://docs.github.com/articles/about-gpg/ |
Signed-off-by: rushi47 <[email protected]>
Signed-off-by: rushi47 <[email protected]>
Signed-off-by: rushi47 <[email protected]>
Co-authored-by: Shane Utt <[email protected]> Signed-off-by: rushi47 <[email protected]>
Co-authored-by: Shane Utt <[email protected]> Signed-off-by: rushi47 <[email protected]>
Co-authored-by: Shane Utt <[email protected]> Signed-off-by: rushi47 <[email protected]>
Done @shaneutt I rebased and pushed again. Looks like our co-authered commits are unable to be verified. When I however it shows verified for me. Please lmk if anything else is needed. |
Fixes : kubernetes-sigs#71 Replace custom function with formatter from aaya itself. --------- Signed-off-by: rushi47 <[email protected]> Co-authored-by: Shane Utt <[email protected]>
Fixes : #71
Replace custom function with formatter from aaya itself.