maleorang
maleorang copied to clipboard
Verbose logging
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.
Is there a way that we can specify the level of logging that we want within the MailchimpClient?
@jlheard You can add the level to the logger:
<logger name="com.ecwid.maleorang.MailchimpClient" level="WARN" />