Audit log distribution

The audit log distribution feature runs a task that regularly creates a log file on the server. This file contains session information for all sessions that are established. This feature is enabled and controlled by using the following properties in the trc.properties file. For more information about editing this property file, see trc.properties.
task.logdistribution.enabled
Set to true or false.
True
The log is created and written to the server.
False
The log is not created.
task.logdistibution.path
Defines the location that the log file is written to on the server. This path is created if it does not exist.
task.logdistribution.file
Defines the start of the log file name, which is then appended with a time stamp.

When the feature is enabled, the task is run and the file is created on the server with a name in the following format,

XXXtimestamp.log

Where XXX is the value that is set for task.logdistribution.file.

timestamp is the time in milliseconds.

When the log is created each entry identifies the session, target and user, and a message of what action was carried out.
for example : sessionkey=8, target=TIVTEST1, user=Admin
              January 26, 2013 9:15:28 AM GMT
              Session Connection Attempt by Default Administrator 
                  @192.0.2.0[00:11:25:f7:b2:1e] 
Note: Each time the task runs it includes the log data that was created since the last task execution.