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

Logback Encoder: Configuration for using ThrowableHandlingConverters #127

Merged
merged 1 commit into from
Jan 12, 2022

Conversation

michaelmcfadyensky
Copy link
Contributor

@michaelmcfadyensky michaelmcfadyensky commented Apr 17, 2021

Relates to #103

This PR includes:

Example usage:

<configuration>
    <appender name="out" class="co.elastic.logging.logback.OutputStreamAppender">
        <encoder class="co.elastic.logging.logback.EcsEncoder">
            <throwableConverter class="ch.qos.logback.classic.pattern.NopThrowableInformationConverter"/>
            <serviceName>test</serviceName>
        </encoder>
    </appender>
    <root level="DEBUG">
        <appender-ref ref="out"/>
    </root>
</configuration>

@cla-checker-service
Copy link

cla-checker-service bot commented Apr 17, 2021

💚 CLA has been signed

@apmmachine
Copy link
Contributor

apmmachine commented Apr 17, 2021

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2022-01-11T20:52:26.108+0000

  • Duration: 8 min 11 sec

  • Commit: 3290a55

Test stats 🧪

Test Results
Failed 0
Passed 196
Skipped 0
Total 196

🤖 GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

@daniel-rolls-sky
Copy link

Hi, Sky have already signed the Elastic contributor-agreement. Is this enough to allow the CLA checks to be marked complete?

@felixbarny
Copy link
Member

The CLA also has to be signed by each individual contributor. Let me know if I can assist.

Copy link
Member

@felixbarny felixbarny left a 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.

@eyalkoren
Copy link
Contributor

@michaelmcfadyensky can you sign the CLA using your GitHub email?

@michaelmcfadyensky
Copy link
Contributor Author

@eyalkoren we're currently waiting on getting myself added to Sky's company CLA. @Dro25 is chasing this up.

@felixbarny
Copy link
Member

Any updates on the CLA?

@michaelmcfadyensky
Copy link
Contributor Author

The Sky CLA has now been updated to include myself as a contributor

@eyalkoren
Copy link
Contributor

The CLA also has to be signed by each individual contributor using the same GitHub email used by the PR author.
It doesn't seem to be the case still.
Sorry for insisting on this, but we must do so.

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.
Thanks!

@gtback
Copy link
Member

gtback commented Jan 5, 2022

cla/check

@gtback
Copy link
Member

gtback commented Jan 5, 2022

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.

@gtback
Copy link
Member

gtback commented Jan 11, 2022

@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.

@michaelmcfadyensky
Copy link
Contributor Author

@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

@eyalkoren
Copy link
Contributor

Thanks a lot @gtback and @michaelmcfadyensky!

@eyalkoren eyalkoren merged commit 8b87a51 into elastic:main Jan 12, 2022
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.

6 participants