Enables the logging of both function calls and their arguments.
Syntax:
QX_TRACE_ARG_DUMP={any non-empty value}
Possible values:
disables the logging of both function calls and their arguments |
|
enables the logging of both function calls and their arguments |
Usage and examples:
To ensure that function calls are logged, you must define QX_TRACE_ARG_DUMP with any non-empty value (though we recommend setting it to 1):
QX_TRACE_ARG_DUMP=1
If the logging of function calls and their arguments are enabled, the tracing results are written to the log file created at every application launch.
These log file are located here -
C:\ProgramData\Querix\Lycia 7\logs
/opt/Querix/Lycia/logs
QX_TRACE_ARG_DUMP must be set before the application is deployed.
QX_TRACE_ARG_DUMP applies at deployment and is set in inet.env, env.properties, and environ.bat.
If you want to log only function calls (without their arguments), you must set the QX_TRACE environment variable.