Previous Topic: Administration Console Log FileNext Topic: Format of UDS and Administration Console Log Files


Format of the AuthMinder Log Files

The following table describes the format of the entries in the following AuthMinder loggers:

Column

Description

Time Stamp

The time when the entry was logged, translated to the time zone you configured. The format of logging this information is:

mm/dd/yy HH:MM:SS.mis

Here, mis represents milliseconds.

Log Level (LEVEL)

(or Severity)

The severity level of the logged entry. See"Supported Severity Levels" for more information.

Note: AuthMinder also provides trace logging, which contains the flow details. The trace logs are logged in the arcotwebfort.log file. The entries for the trace messages start with TRACE:.

Protocol Name

(PROTOCOLNAME)

The protocol used for the transaction. Possible values are:

  • AUTH_NATIVE
  • ADMIN_WS
  • ASSP_WS
  • RADIUS
  • SVRMGMT_WS
  • TXN_WS

In case the server is starting up, shutting down, or is in the monitoring mode, then no protocol is used and the following values are displayed, respectively:

  • STARTUP
  • SHUTDOWN
  • MONITOR

Thread ID (THREADID)

The ID of the thread that logged the entry.

Transaction ID (000TXNID)

The ID of the transaction that logged the entry.

Message

The message logged by the Server in the log file in the free-flowing format.

Note: The granularity of the message depends on the Log Level that you set in the log file.