The term "log message" refers to all message types, whether the messages are informational messages or error messages. Each log message contains the elements listed under the following headings.
You can view instance logs, including NNSYMessageLog.nml, using the Show Instance Log option available for each runtime instance in the Server Explorer.
Field |
Description |
Date-Time stamp |
Time stamp logged to the message file each time a message is logged by the system |
Executable name |
The name of the program generating the message |
Process identifier |
Process identifier (PID) |
Thread Id |
The Thread Identifier (TID) |
Class |
The class identifying the component from which the message originated It provides the type of component that is causing the logging of the message, such as the server (PS) component or MessageProcesser component. |
Code |
Code providing a error code that the user can use to refer to the log message and to search for in the ctg file The error code allows for tracking of errors. |
Message Severity |
The severity indicating how the message should be interpreted by providing some context as to the sort of information contained within the message, such as warning or error information The levels of severity assist in identifying conditions that require shutting down the system. |
Component identifier |
The component identifier specifying the component in Unwired Orchestrator that generated the message. The components are involved in the logging process and can therefore be the originator of a message. |
Text |
Short string containing the information related to the message This information is not a complete description but a short synopsis of the problem. |
To prevent NNSYMessageLog.nml from continuing to increase in size, the file is archived regularly.
The archiving process is triggered by the first message sent to the log after midnight of each processing day. If the engine is running, the timestamp for the archive file will be close to the midnight cutoff. If the engine is not running at midnight, the timestamp for the archive file will show the time the archive process is triggered.
The archive process saves the contents of the log to a file using the following naming convention:
NNSYMessageLog_YYYYMMDD.nml
Archive files are saved to the same location where the NNSYMessageLog.nml resides.
All archive files are retained, to be managed as the system administrator determines is appropriate for the site needs.