Logging
EX Engage Connector Services writes logs in JSON format to the container's STDOUT. Those logs are expected to be consumed by the log monitoring system (e.g. filebeat) and moved to a log processing system where they can be queried and analyzed (e.g. Elastic Search).
EXCS can also write logs to a file on a disk. This functionality is enabled by the environment variables <SERVICE>_LOG_PATH and <SERVICE>_LOG_FILE_NAME.
Environment variable <SERVICE>LOG_LEVEL will be used to define the logging level.
| Level | Description |
|---|---|
| error | An error/condition has occurred that prevents an operation from completing |
| fatal | An error/condition has occurred which will severely affect the entire application |
| warn | An error/condition that may affect the result of an operation |
| debug | Debug-level information such as values of variables |
| info | Information levels such as configuration values |
| trace | Very detailed trace information |
Comments or questions about this documentation? Contact us for support!
