← Back to Index

5.7.3 Release Notes

For Administrators

Nuxeo.conf New Parameters

We've added Automation Tracing. Automation chains and operations calls information is collected during their execution by the Automation Trace feature. This Automation trace mode can be enabled through the nuxeo.conf file properties:

ParameterDefault ValueDescription
org.nuxeo.automation.tracefalse Since Nuxeo 5.7.3, you can enable this mode if you'd like to display automation traces during runtime:
  • You'll benefit from exhaustive logs to debug all automation chain and/or operation execution.
  • The automation trace mode is disabled by default (not suitable for production).
  • It can be activated through JMX via org.nuxeo:TracerFactory MBean during runtime.
org.nuxeo.automation.trace.printable*Since Nuxeo 5.7.3, by default, all automation executions are 'printable' (appear in logs) when automation trace mode is on.
  • You can filter chain and/or operation execution trace printing by setting this property to chain name and/or operation separated by comma.
  • Comment this property to get all automation chains/operations back in printing (by default set to * (star)
nuxeo.jsf.enableDoubleClickShieldfalse (unset) Enable a shield on forms to prevent users from submitting twice the same form (accidental double-click)