The Accelerated Event Notification client logs its internal messages to disk.
This information is stored in a rolling log with a root file name of nco_aen_system.log within the NCHOME/omnibus/log directory.
The variable userhome represents your home directory.
The following table describes the logging properties that you can modify.
| Property | Description |
|---|---|
| message.level | Sets the message logging level. The options are SEVERE (the default), WARNING, and INFO. |
| log.file.max.size | Specify the maximum file size before rollover occurs, and the next file is written to. The default size is 10000 bytes. |
| log.file.max.count | Sets the number of rollover files. The default is 4. |
| log.file.name | Specifies the logging file name. The default is nco_aen_system.log. |