COMLevel=1 reduces the logged events from the TCP/IP comms subsystem.
To log all diagnostic information, including session heartbeat traffic, and so on, use:
[Logging] Logfile=ult_licesrv.log Level=3
Diagnostic events are written to separate files from the main error log, so they can be deleted without losing important error information. The diagnostic logfile is in the same location as the main error log, and has diag_ at the start of its name, for example: diag_ult_licesrv.log.
To prevent the diagnostic logfile from becoming too big, it is automatically broken up every hour; the previous hour’s content is put into a GZip file, with the date and time appended, for example: diag_ult_licesrv_20151204_170000.log.gz
Diagnostic log files older than 72 hours are deleted automatically.