Enables the logging of function calls.
Syntax:
QX_TRACE={any non-empty value}
Possible values:
disables the logging of function calls |
|
enables the logging of function calls |
Usage and examples:
To ensure that function calls are logged, you must define QX_TRACE with any non-empty value (though we recommend setting it to 1):
QX_TRACE=1
If the logging of function calls 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 must be set before the application is deployed.
QX_TRACE applies at deployment and is set in inet.env, env.properties, and environ.bat.
If you need to log not only function calls but their arguments as well, you must set the QX_TRACE_ARG_DUMP environment variable.