Log levels | Community
Skip to main content
soares_bs
New Participant
September 12, 2017
Solved

Log levels

  • September 12, 2017
  • 4 replies
  • 1772 views

Hey guys,

I'm new on AEM

So, I have a question. Which is the default log level for any instance? I'm not sure but I think that's INFO log, Am I right?

Thanks for sharing!

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 viveksachdeva

Yeah, thats correct. Global configuration has the log level set in "INFO"

Then there are individual loggers at package level, which are configured with different logging levels. Once such example is:

You can check these configurations in Felix console(/system/console/configMgr) under the config names as there in the  screenshots above.

Hope this helps..

4 replies

soares_bs
soares_bsAuthor
New Participant
September 13, 2017

Hey Ratna,

I would like to thank you for sharing.

Have a good one!!

soares_bs
soares_bsAuthor
New Participant
September 13, 2017

Thanks, yes, this really helped.

Ratna_Kumar
New Participant
September 13, 2017

Hi,

Yes you are right. The default log level is "INFO" log and you can set log level or creating your custom loggers to debug the issues.

Thanks,

Ratna.

viveksachdeva
viveksachdevaAccepted solution
New Participant
September 13, 2017

Yeah, thats correct. Global configuration has the log level set in "INFO"

Then there are individual loggers at package level, which are configured with different logging levels. Once such example is:

You can check these configurations in Felix console(/system/console/configMgr) under the config names as there in the  screenshots above.

Hope this helps..