maleorang icon indicating copy to clipboard operation
maleorang copied to clipboard

Verbose logging

Open besbes opened this issue 8 years ago • 2 comments

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.

besbes avatar Apr 29 '17 19:04 besbes

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

jlheard avatar Oct 16 '17 15:10 jlheard

@jlheard You can add the level to the logger:

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

nmatpt avatar Nov 29 '17 18:11 nmatpt