Hi,I installed plain vanilla AEM 6.2 onto our AWS server and the installation is success. When I login to CRXDE as admin user, it doesn't show up anything in the left panel. It is just empty. I checked the bundles and all the bundles are active. I opened up /siteadmin and it opens up fine. I checked...
If I change the Root Sling Logger configuration, I see only ERROR and WARNs in error log, which is good. But here is the real problem. If I create a new logger configuration called logs/info.log and provide the class as org.apache.pdfbox with INFO threshold, it doesn't log anything. I want to have t...
Hi Feike,I am not using any custom Logger osgi:config. This is the OOTB available in Felix console Logger. I am attaching the screenshot for your reference.Thanks,Narendra N
Hi,I changed the error log threshold from "info" to "warn". Still I see info messages in my log. I want to get rid of these info messages and I want to log only warn and error logs in the error log file. I checked this link : http://cq-ops.tumblr.com/post/78113074496/how-to-suppress-informational-lo...