unable to view log statement in the log file
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2015 09:22 AM
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
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2015 02:28 PM
Did you try this one ?
log4j.logger.org.alfresco.repo.jscript.ScriptLogger=debug
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2015 05:59 AM
Thanks..it works
