Versions Compared

Key

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

...

To enable debug mode in Windows, yo:

  • For client-side logs: You must set the environment variable LMX_EXTENDEDLOG

...

  • , as shown below

...

  • , and then restart your licensed software.
Panel
$ set LMX_EXTENDEDLOG=C:\Users\john\lmx-extended.txt
$ my-application.exe
  • For the license server: Navigate to the configuration file, and type in:

    LOG_FORMAT=EXTENDED

Enabling debug mode in Linux

 To enable debug mode in Linux, you :

  • For client-side logs: You must set the environment variable LMX_EXTENDEDLOG (

...

  • see the example below)

...

  • and then restart your licensed software.
Panel
$ export LMX_EXTENDEDLOG="/var/log/lmx-extended.log"
$ ./my-application
  • For the license serverNavigate to the configuration file, and type in:
     
    LOG_FORMAT=EXTENDED

For more information about license server logging, see Enabling and configuring license server logging.