scorelab / senz

SenZ is a new kind of query language that can be used to communicate with IoT devices. It is easily integrable, incredibly fast, and is in the highest end of security integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add -m flag for queries that need monitoring by the senz-web

YashMeh opened this issue · comments

Issue
Only monitor those queries that the user wants to monitor in the senz-web.

Solution
Add a -m(Monitor) flag at the end of every query if you want to -

  • Create logs of the query
  • Get customised error handling feature.

Mock
While sending queries only those queries should be logged and checked those have a -m flag in the end and the rest of the queries should function as previously.

Closing the issue because we need to monitor all the queries .
Will open it if something comes up in the future.