Lifecycle logging format
| Attribute | Description |
|---|---|
timestamp |
e.g. 2023-07-25T06:55:52.372Z |
environment |
Environment where the application is hosted. Source: Environment variable NEXEED_GLOBAL_ENVIRONMENT_NAME |
system |
The name of the system, e.g. DEV, TEST, PROD, etc… Source: Environment variable NEXEED_GLOBAL_SYSTEM_NAME |
application |
Name of the application e.g. condition-monitoring-core. |
version |
Version of the application e.g. 3.0.1 |
instance |
The name or identifier of the instance. Source: Environment variable NEXEED_GLOBAL_APPLICATION_INSTANCE_ID |
thread |
Name of the thread e.g. http-nio-9095-exec-2 |
logger |
LIFE-CYCLE |
loglevel |
INFO |
status |
One of STARTED, INITIALIZATION, READY, UNHEALTHY, STOPPING, CRASHING, RESTARTING, DATA_MIGRATION_STARTED, DATA_MIGRATION_SUCCESSFUL, DATA_MIGRATION_FAILED |
message |
Text of the log message describing reason and context. |