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

Verbose logging #16

Open
besbes opened this issue Apr 29, 2017 · 2 comments
Open

Verbose logging #16

besbes opened this issue Apr 29, 2017 · 2 comments

Comments

@besbes
Copy link
Contributor

besbes commented Apr 29, 2017

MailchimpClient currently logs full request and response bodies with INFO log-level. This is highly verbose; full content should be logged only with DEBUG level.

@jlheard
Copy link

jlheard commented Oct 16, 2017

Is there a way that we can specify the level of logging that we want within the MailchimpClient?

@nmatpt
Copy link

nmatpt commented Nov 29, 2017

@jlheard You can add the level to the logger:

    <logger name="com.ecwid.maleorang.MailchimpClient" level="WARN" />

besbes added a commit to besbes/maleorang that referenced this issue Nov 29, 2017
basiliscus pushed a commit that referenced this issue Nov 7, 2018
Reduce logging level (#16)
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

No branches or pull requests

3 participants