Process logs
WAS processes contain two output streams that are accessible to native code running in the process:
- stdout
- stderr
Native code, including JVMs, can write data to these process streams.
In addition, JVM provided System.out and System.err streams can be configured to write their data to these streams also.
By default, the stdout and stderr streams are redirected to log files at appserver startup, which contain text written to the stdout and stderr streams by native modules...
- .dlls
- .exes
- UNIX libraries
- etc...
By default, these files are stored as...
profile_root/logs/server_name/native_stderr.log
profile_root/logs/native_stdout.log
Related tasks
Diagnose problems with message logs
Related Reference
Process logs settings