Previous Topic: Working Data

Next Topic: Report Output


Logs

The ReportCenter Java Task logs are in the following files:

…/nm/reporter/usr/logs/AdaptorNNN.log

Note: These path names are all prefixed by ?ics_prefix3. The total size of the files under this prefix depends on your log file specifications. They will not grow indefinitely-once the maximum log size and number has been reached, the files are reused.

Specify the Number and Size of Log Files

The log files are controlled by the following keywords in the Adaptor.ini file.

maxNumberOfLogs=3
switchLogWhenSize=9999

This example specifies that three separate log files are created and cycled around (max is nine), and the maximum size of each log is 9999K.

In this example (the default), Adaptor001.log is created, when it gets to 9999K it switches to Adaptor002.log, and so on. If a log exists, it is overwritten.