Turning on the trace autoflush

You can set the execution unit (XU) to flush the XU log automatically.

About this task

You can use the traceAutoFlush property to have the XU log flushed automatically before any new message is logged.

If you work in Java™ SE, follow this procedure. If you work in Jakarta EE, use the administration console of your application server

Procedure

To turn on the traceAutoFlush property:

  1. In Java SE, open the RAR deployment descriptor in any text or XML editor.
  2. Locate the property name traceAutoFlush.
  3. Replace the default value false with true.
  4. Save the deployment descriptor.
  5. Repackage the RAR file.
  6. Restart the application server.