(ZOS) System performance when logging messages and trace data
Use message logging and trace data can affect system performance depending on the system configuration.
We can select the amount and types of trace data to be collected, which provides you with the ability to either run the application with minimal tracing when performance is a priority, or run the application with detailed tracing when we need to recreate a problem and collect additional diagnostic information.
The error log stream, the CTRACE data set for WebSphere Application Server for z/OS, and the master console are primarily intended for monitoring or recording diagnostic data for system components and critical applications. Depending on the installation's configuration, directing application messages and data to these resources might have an adverse affect on system performance. For example, if you send application data to the CTRACE data set, trace entries in that data set might wrap more quickly, which means we might lose some critical diagnostic data because the system writes new entries over existing ones when wrapping occurs. Use this logging support judiciously.
We can only use WAS for z/OS support for logging messages and trace data for Java applications, not for Java applets.
Add logging and tracing to the application