-
Notifications
You must be signed in to change notification settings - Fork 77
feat: Update Jetty to use LoggingProcessorMacro
#2001
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
feat: Update Jetty to use LoggingProcessorMacro
#2001
Conversation
038f2c8 to
cb8d63d
Compare
cb8d63d to
21c2a55
Compare
21c2a55 to
8cdc422
Compare
a29f8d2 to
dc378d3
Compare
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 PR LGTM!
One thing before merging is that after rebasing to HEAD, we would need to run make transformation_test_update again (also may need to run make rebuild_sumodules) to get the changes after the new pase_regex support (#1930).
dc378d3 to
203c980
Compare
@franciscovalentecastro After rebasing and running Is this expected? |
|
Re @Caleb-Hurshman :
The error My guess is that the local repo submodule
|
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.
LGTM!
3c1576a to
b455388
Compare
b455388 to
d3601e6
Compare
a35bc2c
into
GoogleCloudPlatform:master
Description
Refactor the Jetty receiver logging to be sub-agent agnostic.
Related issue
How has this been tested?
Updated
transformation_testandconfgenerator_test, confirmed the output ofoutput_fluentbit.yamlwas unchanged after refactoring the receiver.Checklist: