Debug/Event text in ValueHistoryMem table

Issue #22 new
David Karlsson repo owner created an issue

Use ValueHistoryMem table to be able to store errors and similar debug information as well as events. Make sure debug is cleaned out older than 24 h. And events older than 1 h.

key for debug is dbg key for events is ev

Create wrapper function to store debug and events:

printDebug(string) printEvent(string)

And a rest interface to fetch all debug strings as well as all after a certain date. /rest/debug/all/ /rest/debug/hhmmss/

/rest/event/all/ /rest/event/hhmmss/

Comments (0)

  1. Log in to comment