How to debug?

Posting this to a wider audience than the current thread. Anyone able to help?

Below is a copy from here: SimpliSafe DTH

I have been chatting with Hubitat over a lot of noise in my logs from activity that were degrading performance. Specifically something that was not 'the app not to be named'. :slight_smile:

The review has so far pointed to the simplisafe driver.

Details:
User Logs:

|2018-11-28 09:22:12.030|INFO |dev|321|Simplisafe|Checking to see if time has expired....|
|---|---|---|
|2018-11-28 09:22:12.261|INFO |dev|321|Simplisafe|Executing Login...|
|2018-11-28 09:22:13.806|INFO |dev|321|Simplisafe|Executing polling...|
|2018-11-28 09:22:14.085|INFO |dev|321|Simplisafe|Alarm State1: AWAY|
|2018-11-28 09:22:14.086|INFO |dev|321|Simplisafe|Messages: []|
|2018-11-28 09:22:14.364|INFO |dev|321|Simplisafe|Events: System Armed (away mode): ...

Platform logs (from HE):
2018-11-28 09:22:12.260 [QuartzScheduler_Worker-1] WARN org.apache.http.client.protocol.ResponseProcessCookies - Invalid cookie header: "Set-Cookie: [[REDACTED]]; Expires=Wed, 05 Dec 2018 14:22:12 GMT; Path=/". Invalid 'expires' attribute: Wed, 05 Dec 2018 14:22:12 GMT
2018-11-28 09:22:13.614 [QuartzScheduler_Worker-1] WARN org.apache.http.client.protocol.ResponseProcessCookies - Invalid cookie header: "Set-Cookie: [[REDACTED]]; Expires=Wed, 05 Dec 2018 14:22:12 GMT; Path=/". Invalid 'expires' attribute: Wed, 05 Dec 2018 14:22:12 GMT
2018-11-28 09:22:13.806 [QuartzScheduler_Worker-1] WARN

Could someone recommend how to, or someone update the driver to, add some debug lines to help us see what is happening? Looks like around the 'check to see if time expired' area - something around like 275 (check time) or lines 223 (logging in).

I can ask this request, but I would have no idea where / what to add into the driver. :slight_smile: