-
Notifications
You must be signed in to change notification settings - Fork 76
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
Logback Encoder: Configuration for using ThrowableHandlingConverters #127
Conversation
💚 CLA has been signed |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
logback-ecs-encoder/src/test/resources/spec/stacktrace_as_array_spec.json
Outdated
Show resolved
Hide resolved
logback-ecs-encoder/src/main/java/co/elastic/logging/logback/EcsEncoder.java
Show resolved
Hide resolved
logback-ecs-encoder/src/main/java/co/elastic/logging/logback/EcsEncoder.java
Outdated
Show resolved
Hide resolved
Hi, Sky have already signed the Elastic contributor-agreement. Is this enough to allow the CLA checks to be marked complete? |
The CLA also has to be signed by each individual contributor. Let me know if I can assist. |
logback-ecs-encoder/src/main/java/co/elastic/logging/logback/EcsEncoder.java
Outdated
Show resolved
Hide resolved
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. Sorry for dropping the ball.
Note that the CLA is still not signed. I can only merge this if the CLA is signed.
@michaelmcfadyensky can you sign the CLA using your GitHub email? |
@eyalkoren we're currently waiting on getting myself added to Sky's company CLA. @Dro25 is chasing this up. |
Any updates on the CLA? |
The Sky CLA has now been updated to include myself as a contributor |
The CLA also has to be signed by each individual contributor using the same GitHub email used by the PR author. Once this is done, since this has been untouched for a long time, please make sure to merge with latest master and see that the tests pass. |
cla/check |
Hi @michaelmcfadyensky , sorry the CLA is giving you trouble. When you say that the Sky CLA has been updated, can you confirm how that was sent to us? Typically, we have updates sent to cla-questions@elastic.co, but I'm not seeing anything there. I did find the original Sky CLA which was submitted on June 24, 2020. Also, updates to existing corporate CLAs require manual work on our side to add the new users. Once I confirm receipt of the updated CLA, I'll make sure to update our system and let you know. |
@michaelmcfadyensky I received the CLA, added you and the rest of the Sky contributors, and now the CLA checker has approve that part of this PR. I'll let @eyalkoren and @felixbarny take it from here. |
99f9769
to
3290a55
Compare
@gtback thanks for your help. It seems I may have jumped the gun with regards to messaging you guys about the updated CLA. I was not aware of the full process - TIL. @eyalkoren I've pulled in the latest changes from master and have fixed the broken tests |
Thanks a lot @gtback and @michaelmcfadyensky! |
Relates to #103
This PR includes:
ThrowableHandlingConverter
in the ecs logback encoder (example below)ecs-logging-java/ecs-logging-core/src/main/java/co/elastic/logging/EcsJsonSerializer.java
Line 201 in 09c07cf
Example usage: