Viewing IDDA Logging Output

The output log files contain:

  • Machine header information

  • Log message information

Working with Machine Header Information

Each log file displays the following machine environment information at the top of each log file.

Header Entry Description

Timestamp

Date, time, time zone.

PeopleTools Release

PeopleTools version number.

os.name

Operating system.

os.version

Operating system version.

os.arch

Operating system architecture (such as x86 for Windows servers).

java.version

Java version number.

java.vendor

Java vendor.

java.vm.info

Mode of the Java virtual machine (JVM), such as "compiled mode."

java.home

Java installation directory.

user.dir

The value of the user.dir property.

java.class.path

CLASSPATH setting on the server.

.level

Logging level, such as INFO, SEVERE, WARNING, and so on.

java.util.logging.FileHandler.pattern

Logging output directory and file naming convention.

Trace

Current IDDA functional group(s) being logged (integer reflecting the sum of the bit values assigned to each group).

Working with Log Message Information

Each entry in the log file contains this information.

Log Message Data Description

Timestamp

Date, Time and Time zone. For example, 2/7/09 4:00:39 PM PST

Sequence

Tracks the sequential order of the messages. Starting at 1, the system increments by 1 per each log message.

Thread ID

Java thread ID.

Logging group

Bit value representing the functional grouping, as in 1 for PeopleSoft Internet Architecture.

SRID

A base64 encoded field uniquely associating a user session and its service request in the PeopleSoft-generated online transaction processing (OLTP) log files. For example, 17F2TbFWJw69UXCzfobVhZ.

TOP Instance ID

Top correlation attribute in PPM’s PMU Tree. It is a 64-bit integer. For example, 455266533594.

For more information on PMU Tree, see Performance Monitor: Viewing Open PMU Trees.

Operator ID

PeopleSoft user ID.

Source class

Class name of where the message is logged. For example,

psft.pt8.auth.PSAuthenticator

Source method

Method name of where the message is logged. For example,

SetCookie

Log message

The actual log message.

Viewing Log Contents

The log file is a tab-delimited text file and can be opened in any standard text editor, such as Notepad or Textpad. Because the output is tab-delimited, you can also use a spreadsheet application, such as Microsoft Excel, for more efficient analysis. For example, viewing the output within a spreadsheet enables you to apply filters to columns and only view specific log messages, which can be helpful with large files.