Hi,
Currently, we have a custom log name (org.apache.sling.commons.log.LogManager.factory.config-customLog1): custom-log1.log and logging all the details for: com.gemotrixx.aem
I have created another logger (org.apache.sling.commons.log.LogManager.factory.config-customLog2) name is: custom-log2.log and logging com.geometrixx.aem.core.newfunctionality details.
When I run the new functionality, it should log details to both logs but its logging into only the second log.
I am getting the logger : Logger log = LoggerFactory.getLogger(getClass());
Can we get a specific logger instance to log the details as mentioned in below post?

Can you someone help me to understand this?
Thanks