Log Message Types
Each log entry consists of a timestamp, a log symbol indicating the type of log, and the informational text. For example:
For simplicity, there are only three types of logs:
Symbol | Type | Description |
---|---|---|
Informational | Informational logs can be an Iguana Service activity (service start/stop, upgrade, log purge, etc.) or component activity (message queuing/dequeuing, component start/stop, debug messages, etc.) Informational logs are tagged using #hashtags to improve searching. See Searching the Logs. | |
Message | A message or transaction sent through the Iguana server. | |
Error | An error raised by the Iguana service or component. You will also see errors on the Dashboard. |
Â