Element
|
Example
|
Description
|
Timestamp
|
08-Sep-2017 07:11:54.493
|
UTC date time value for when the logging event was written.
|
Log Level
|
CONFIG
|
The Java logging level associated with the event.
|
Thread Name
|
http-bio-8080-exec-12
|
The name of the thread that logged the event.
|
User Name
|
steve@abctestmail.com
|
The name of the user.
|
Data Source Name
|
salesforce
|
The name of the data source.
|
Session Token
|
aYDHNkfB6Fd4mCk3
|
The session identifier assigned to the user.
|
Operation Context
|
execute
|
The operational context in which the event occurred. If a Tomcat servlet thread, this will identify the command. Other types of operations include: login, logout, upload, clear, and continue. A worker value indicates the operation is being done asynchronously in a worker thread. This is only done as part of an execute request.
|
Message
|
success=true ms=82
|
The rest of the line (or lines) will be the actual log message. Most messages are just key value pairs. Most messages include a success flag. When the flag is false, an error event message will usually proceed the message. The ms key gives the duration of the operation in milliseconds.
|