- Revenera Community
- :
- FlexNet Publisher
- :
- FlexNet Publisher Forum
- :
- Re: DPLT logger messages in debug log
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Post the upgrade our debug log has been full of messages complaning about waiting for connection for DPLT.
What is this and how can get rid of it?
@jbforster , 11.17 onwards a new functionality of Message Diagnostic was introduced .These messages are intended used to diagnose technical problems that occur During the debugging process.
To Disable these diagnostic messages if required ,set the below parameters
@jbforster , 11.17 onwards a new functionality of Message Diagnostic was introduced .These messages are intended used to diagnose technical problems that occur During the debugging process.
To Disable these diagnostic messages if required ,set the below parameters
which file I should enable "ls_diagnostics_enabled=0" ?
Hi @yzhang22 ,
This can be enabled in the file lsvendor.c which is present inside the machine independent folder i.e machind . Set ls_diagnostics_enabled=1 to enable it .
Only the daemon binary was delivered by the vendor. Is there anything I can do at our licensing server to prevent "DPLT" logger messages in the debug log without enabling " ls diagnostics enabled=0" in the rouse code? Thanks
in the *source * code...
Hi @yzhang22 ,
By default ls _diagnostics_enabled will be disabled i.e set to 0 so it will automatically prevent the DPLT logger messages in the debug log , Only when you would want that functionality to be used you can set ls_ diagnostics_enabled =1 . (Enable's Logger messages). Hope your query is answered.