Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Log levels

Avatar

Level 2

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!

1 Accepted Solution

Avatar

Correct answer by
Level 7

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

Screen Shot 2017-09-13 at 10.01.36 AM.png

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

Screen Shot 2017-09-13 at 10.02.20 AM.png

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

Hope this helps..

View solution in original post

4 Replies

Avatar

Correct answer by
Level 7

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

Screen Shot 2017-09-13 at 10.01.36 AM.png

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

Screen Shot 2017-09-13 at 10.02.20 AM.png

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

Hope this helps..

Avatar

Level 10

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.

Avatar

Level 2

Thanks, yes, this really helped.

Avatar

Level 2

Hey Ratna,

I would like to thank you for sharing.

Have a good one!!