mulesoft-consulting / json-logger

Drop-in replacement for default Mule Logger that outputs a JSON structure based on a predefined JSON schema
MIT License
68 stars 212 forks source link

Unable to log with priority as DEBUG/TRACE level #18

Closed kalyanmente closed 3 years ago

kalyanmente commented 3 years ago

I am unable to log anything if i select priority as DEBUG or TRACE though my app level logging is changed to DEBUG / TRACE in Anypoint Studio 7.6.0

skuller commented 3 years ago

@kalyanmente did you set the log level for this category? org.mule.extension.jsonlogger.JsonLogger

kalyanmente commented 3 years ago

Yes, I did in log4j.xml

On Thu, 17 Sep 2020, 06:55 Andres Ramirez, notifications@github.com wrote:

@kalyanmente https://github.com/kalyanmente did you set the log level for this category? org.mule.extension.jsonlogger.JsonLogger

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mulesoft-consulting/json-logger/issues/18#issuecomment-693752286, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQZK26WXGV7I4A6PXS36CV3SGFQRRANCNFSM4RM47CEA .

kalyanmente commented 3 years ago

Yes, I did in log4j.xml On Thu, 17 Sep 2020, 06:55 Andres Ramirez, @.***> wrote: @kalyanmente https://github.com/kalyanmente did you set the log level for this category? org.mule.extension.jsonlogger.JsonLogger — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#18 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQZK26WXGV7I4A6PXS36CV3SGFQRRANCNFSM4RM47CEA .

Yes, it is working now after correcting the category to - org.mule.extension.jsonlogger.JsonLogger