Enable access logging as follows:
MX_ACCESS_LOG
may be set to a filename to show access checks
performed during the course of server operations.
The file is located in MX_TRACE_FILE_PATH
.
- Windows:
- Add the following line to the enovia.ini file:
MX_ACCESS_LOG = true
- Linux:
- Set and export the setting as an environment variable in the MQL startup script. For example:
MX_ACCESS_LOG = true
export MX_ACCESS_LOG
The default is false
, meaning access logging is off.