Missing server logs

I was trying to track down an issue that happened over night and looking at the IDE logs I noticed a gap of about 3hrs. The odd thing was my device/agent were still working and pushing data to my cloud DB as device wakes every 15 mins. Any thoughts?

//log
2014-02-27 21:14:07 UTC+0: [Status] Device booting; 7.26% program storage used
2014-02-27 21:14:07 UTC+0: [Agent] Mon :3,ts:2014-2-27T22:14:2,msg:watch dog,rd:23.2:0,rssi:0
2014-02-27 21:14:07 UTC+0: [Device] sleeping until 1393536547000
2014-02-27 21:14:07 UTC+0: [Status] Device disconnected; 555 bytes sent, 0 received, 555 total
// Gap
2014-02-28 00:30:16 UTC+0: [Status] Device booting; 7.26% program storage used
2014-02-28 00:30:16 UTC+0: [Agent] Mon :3,ts:2014-2-28T1:30:11,msg:watch dog,rd:25.3:0,rssi:0
2014-02-28 00:30:16 UTC+0: [Device] sleeping until 1393548316000

// DB
2014-02-27 21:44:18 :: 200 103 Temp 21.3
2014-02-27 21:59:22 :: 200 103 Temp -1
2014-02-27 22:14:27 :: 200 103 Temp 21.2

Thanks for the bug report (moving discussion Feature Requests & Bug Reports).

I’ve added a bug report to our system to have this looked at. It’s also worth noting that we’re currently restructuring how logs are handled in the IDE, which may very likely fix the issue.

If you see it again, please let us know!