-
Enable access logging as follows:
- Windows:
- Add the following line to the enovia.ini file:
MX_ACCESS_LOG = true
- UNIX/Linux:
- Set and export the setting as an environment variable in the desktop client application (ENOVIA Matrix Navigator, MQL) startup script startWebLogic.sh or rmireg.sh. For example:
MX_ACCESS_LOG = true
export MX_ACCESS_LOG
The default is false, meaning access logging is off.
|