Log file format
In this section:
If logging is activated, the information is recorded in a JSON format log file, one entry per line.
Each line is in this format:
{"timestamp": "time","level":"log_level","pid":"process_id",
"client_id":"client id","message":"description"}Element | Description |
|---|---|
| The time when the log was created, in UTC. |
| The log level. Can be |
| The process ID of the application. |
| The thread ID. |
| A description of the log event. |
A typical entry might appear as:
{"timestamp":"2025-03-24 08:48:06.842","level":"debug","pid":"24568",
"client_id":"1742806083063298400","message":"[LMSC2xxx]: Token is missing
in file: C:\\Users\\user/login/config.json "}