Slf4j MDC configuration not found in AEM 6.4 felix console | Community
Skip to main content
Level 2
May 21, 2018
Solved

Slf4j MDC configuration not found in AEM 6.4 felix console

  • May 21, 2018
  • 3 replies
  • 1519 views

Hi Team ,

I want to configure Slf4j MDC with AEM 6.4.

I follow Apache Sling :: Logging this document.

I am not able to find "Apache Sling Logging MDC Inserting Filter" in AEM 6.4 Felix console.

Please assist me for implementing steps.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi,

Its not shipped with AEM.

You need to install bundle(Slf4j MDC Filter) in AEM. you can get this bundle from Apache Sling :: Downloads

You can use below link to download bundle

Bundle

Thanks
Arun

3 replies

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
May 21, 2018

Hi,

Its not shipped with AEM.

You need to install bundle(Slf4j MDC Filter) in AEM. you can get this bundle from Apache Sling :: Downloads

You can use below link to download bundle

Bundle

Thanks
Arun

Arun Patidar
Level 2
May 30, 2018

Hi ,

Any sample header's and parameter's values for MDC Inserting filter

arunpatidar
Community Advisor
Community Advisor
May 30, 2018

Hi Sanket,

I never used this , so I have no idea which values could be set or not. But from descriptions , values should be related to HTTP header, parameters and cookies like normal browser requests header.

you can check below also if it helps

Adding MDC headers to every Spring MVC request

Thanks

Arun

Arun Patidar