Hi
I have a JSP calling another JSP. My JSPs are located in the web/custom folder in customer_src. In my second JSP, I have added Logger debug statements like below.
final Log LOGGER = LogFactory.getLog(getClass());
if (LOGGER.isDebugEnabled()) {
LOGGER.debug("Client User Display Name: " + client.getCurrentUser().getDisplayName());
}
Also added the below code to my log4j
[HTML]
[/HTML]
The issue is that the logs are not getting in any of the existing logs, nor in the new log custom.log. Also in the Admin screen, I have enabled debug for both JSP and the new custom
Appreciate your help. Thanks
TeamSite 7.3.2