11-06-2013 11:46 AM
Hello, is it possible to log debug info when running a script in Nuxeo Studio ?
Thank you,
Antoine
11-14-2013 09:40 AM
Hi Antoine,
This will work:
org.apache.commons.logging.LogFactory.getLog("RunScript").debug("Something happened.");
Just make sure you added this in log4j configuration:
<category name="RunScript" additivity="true">
<priority value="DEBUG" />
</category>
You can also choose any other String than RunScript.
11-14-2013 09:40 AM
Hi Antoine,
This will work:
org.apache.commons.logging.LogFactory.getLog("RunScript").debug("Something happened.");
Just make sure you added this in log4j configuration:
<category name="RunScript" additivity="true">
<priority value="DEBUG" />
</category>
You can also choose any other String than RunScript.
11-14-2013 10:01 AM
Thank you!
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.