Page 1 of 1

Can You Suppress logging?

PostPosted: Sun Jan 22, 2017 9:11 am
by ryanbuckner
Is there an easy way to suppress this message in the logs ?

Code: Select all
   Domotics Pad Mobile Client      Process command: updateMobileDeviceStates

Re: Can You Suppress logging?

PostPosted: Sun Jan 22, 2017 2:59 pm
by RogueProeliator
Is there an easy way to suppress this message in the logs ?

No, there is not currently... I have been meaning to update that logging some to make it more useful and some configuration surrounding it (e.g. wrap some to only show when Debug is enabled).

Well, technically if you really want you could modify the plugin - you can comment out around line 422 in plugin.py within the Domotics Pad Mobile Client plugin. Just no easy way, currently, through the GUI.

Adam

Re: Can You Suppress logging?

PostPosted: Sun Jan 22, 2017 6:43 pm
by ryanbuckner
Cool thanks. I commented the code for now and it'll do!