Debug Log Messages

FlexNet Publisher processes generate debug log files in the following format:

hh:mm:ss (daemon) message

 

where:

Debug Log Messages

Message

Description

hh:mm:ss

Time that the message was logged.

daemon

Either lmadmin, lmgrd or the vendor daemon name. In the case where a single copy of the daemon cannot handle all of the requested licenses, an optional “_” followed by a number indicates that this message comes from a forked daemon.

message

The text of the message.

To get the date and time zone offset along with the timestamp in the debug log files, use the command line option "-datestamp" . This optional format follows the ISO8601 standard, where the time is represented as:

yyyy-mm-ddThh:mm:ssZ

Where Z is the time zone offset.

Note:This command line option is made available for lmgrd and not supported in lmadmin.

The debug log files can be used to diagnose configuration problems and vendor-daemon software errors.

Note:A debug log file cannot be used for usage reporting with FlexNet Manager.