


Hi Team ,
I have rebooted AEM publisher server and it is observed that all custom logs configuration are not picked by publisher process. All logs are diverted to stdout.log with INFO level and below logger configuration is added automatically with additivity to True.
org.apache.sling.commons.log.CONSOLE (ch.qos.logback.core.ConsoleAppender)
This causing Disk space full since all INFO level logs are generated.
Following steps are followed to reboot AEM publisher.
1. Stop publisher process
2. Reboot Server
3. Start publisher process.
Please let me know , how can AEM publisher force to pickup custom log configurations from logger.
Thanks
Views
Replies
Sign in to like this content
Total Likes
Hi Mahajan,
There's nothing wrong with CONSOLE appender it's OOTB appender, when it gets triggered it means other configs for logs got messed up.
Take backup of your instance,
Open system console on slinglog page and compare your misconfigured log state with the OOTB instance config.
Once you identify differences configure both same way.
In case of issue restore from backup.
Regards.
Peter
Hi Mahajan,
There's nothing wrong with CONSOLE appender it's OOTB appender, when it gets triggered it means other configs for logs got messed up.
Take backup of your instance,
Open system console on slinglog page and compare your misconfigured log state with the OOTB instance config.
Once you identify differences configure both same way.
In case of issue restore from backup.
Regards.
Peter