- Revenera Community
- :
- FlexNet Publisher
- :
- FlexNet Publisher Forum
- :
- 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
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
@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
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
@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
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
which file I should enable "ls_diagnostics_enabled=0" ?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
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 .
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
in the *source * code...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
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.