Log streams and expected output
Investigating the logging and tracing output for the application server is an excellent way to observe performance, diagnose problems, and gain a general understanding of how the application server is working within your environment. The expected output locations for logging and trace information can be different depending on the operating system on which the application server is running.
Note: 이 주제는 하나 이상의 애플리케이션 서버 로그 파일을
참조합니다. 권장되는 대안은 분배 및 IBM® i 시스템에서 SystemOut.log, SystemErr.log, trace.log 및 activity.log 파일을 사용하는 대신
HPEL(High Performance Extensible Logging) 로그를 사용하고
인프라를 추적하도록 서버를 구성하는 것입니다. 원시 z/OS® 로깅 기능과 연계하여 HPEL을 사용할 수도 있습니다. HPEL을 사용하는 경우
서버 프로파일 바이너리 디렉토리의 LogViewer 명령행 도구를 사용하여
모든 로그에 액세스하고 정보를 추적할 수 있습니다. HPEL 사용에 대한 자세한 정보는
HPEL을 사용한 애플리케이션 문제점 해결 정보를
참조하십시오.
![[AIX Solaris HP-UX Linux Windows]](../images/dist.gif)
![[IBM i]](../images/iseries.gif)
Log or trace stream | Expected output - basic log and trace mode | Expected output - HPEL log and trace mode |
---|---|---|
Java™ trace | Trace.log. You must have tracing enabled. |
|
Java logs |
|
|
System.out stream |
|
|
System.err stream | SystemErr.log |
|
cout (the C or C++ output stream) | Native stdout | Native stdout |
cerr (the C or C++ error stream) | Native stderr | Native stderr |
Figure 1. Distributed and IBM i
- Basic log and trace mode. Distributed and IBM i - Basic log and trace mode

Figure 2. Distributed and IBM i - HPEL log and trace mode. Distributed and IBM i - HPEL log and trace mode

![[z/OS]](../images/ngzos.gif)
Log or trace stream | Expected output - traditional log and trace mode | Expected output - HPEL log and trace mode |
---|---|---|
Java trace | SYSPRINT![]() |
|
Java logs (Audit level) | Transformed into write-to-operator (WTO) output to the hard copy logging stream | Same outputs as traditional log and trace mode, plus the following:
|
Java logs (other levels) | SYSOUT or your configured error stream | Same outputs as traditional log and trace mod, plus the following:
|
System.out | SYSPRINT |
|
System.err | SYSOUT |
|
cout (the C or C++ output stream) | SYSPRINT | SYSPRINT |
cerr (the C or C++ error stream) | SYSOUT | SYSOUT |
Native trace | SYSPRINT![]() |
SYSPRINT![]() |
Native Message logs | SYSOUT or your configured error stream | SYSOUT or your configured error stream |
Note: 이 주제는 하나 이상의 애플리케이션 서버 로그 파일을
참조합니다. 권장되는 대안은 분배 및 IBM i 시스템에서 SystemOut.log, SystemErr.log, trace.log 및 activity.log 파일을 사용하는 대신
HPEL(High Performance Extensible Logging) 로그를 사용하고
인프라를 추적하도록 서버를 구성하는 것입니다. 원시 z/OS 로깅 기능과 연계하여 HPEL을 사용할 수도 있습니다. HPEL을 사용하는 경우
서버 프로파일 바이너리 디렉토리의 LogViewer 명령행 도구를 사용하여
모든 로그에 액세스하고 정보를 추적할 수 있습니다. HPEL 사용에 대한 자세한 정보는
HPEL을 사용한 애플리케이션 문제점 해결 정보를
참조하십시오.
When
considering the direction of log and trace streams, keep in mind the
following acronyms and abbreviations:- cerr
- C or C++ error steam
- cout
- C or C++ output steam
- DD
- Data Description statements
- HFS
- Hierarchical File System
- JCL
- Job Control Language
- JES
- Job Entry Subsystem
- MVS™
- Multiple Virtual Storage
- WTO
- Write-to-operator
- WTOR
- Write-to-operator with reply
Figure 3. z/OS - Traditional
log and trace mode. z/OS -
Traditional log and trace mode

Figure 4. z/OS - HPEL log
and trace mode. z/OS -
HPEL log and trace mode
