Specifies how many last log messages are written to the application log file when an application crashes.
Syntax:
LYCIA_POST_MORTEM_LENGTH={integer}
Usage and examples:
LYCIA_POST_MORTEM_LENGTH specifies how many log messages (starting from the last one) are written to the application log file when an application crashes:
LYCIA_POST_MORTEM_LENGTH=5
In this case, 5 last messages will be written to the log file.
If LYCIA_POST_MORTEM_LENGTH is not defined, every relevant piece of information will be included.
LYCIA_POST_MORTEM_LENGTH applies at runtime and must be set in inet.env together with QXDEBUG and LYCIA_SEVERITY.
Log files for the running applications are stored in these folders:
C:\ProgramData\Querix\Lycia 7\logs
/opt/Querix/Lycia/logs
Related articles:
Logging configurations