cancel
Showing results for 
Search instead for 
Did you mean: 

unable to view log statement in the log file

skumar_us
Champ in-the-making
Champ in-the-making

Hi,
I have added the below log statements inside log4j.properties which is under /tomcat/webapps/alfresco/WEB-INF/classes

log4j.logger.org.alfresco.repo.web.scripts=DEBUG
log4j.logger.org.alfresco.repo.web.scripts.ScriptLogger=DEBUG
log4j.logger.org.alfresco.repo.workflow =DEBUG


Still I am unable to view the log statement in the log file.

My log statement inside the activiti xml as below
logger.log("invoice amount->"+bpm_package.children[0].properties['ap:invoiceamount']);

Thanks
2 REPLIES 2

mdavid_cu
Champ in-the-making
Champ in-the-making
Did you try this one ?

log4j.logger.org.alfresco.repo.jscript.ScriptLogger=debug

skumar_us
Champ in-the-making
Champ in-the-making
Thanks..it works