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:
- In Java SE, open the RAR deployment descriptor in any text or XML editor.
- Locate the property name traceAutoFlush.
- Replace the default value false with true.
- Save the deployment descriptor.
- Repackage the RAR file.
- Restart the application server.