Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To enable debug mode in Windows, you must set the environment variable LMX_EXTENDEDLOG (as shown below), and then restart your licensed software.

Panel
$ set LMX_EXTENDED_LOGEXTENDEDLOG=C:\Users\john\lmx-extended.txt
$ my-application.exe

...

 To enable debug mode in Linux, you must set the environment variable LMX_EXTENDEDLOG (as shown below), and then restart your licensed software.

Panel
$ export LMX_EXTENDED_LOGEXTENDEDLOG=/var/log/lmx-extended.log
$ ./my-application

...