When trying to retrieve on-demand query results, or any other results that may be stored in the DB, the osctrl-admin service was invoking a nil pointer, causing a panic. This PR fixes several issues, including #438:
Display a message when the logger is not configured to db, and there are no logs to display.
Making sure keys in redis are expired.
The JSON setting for logger was not stored in the DB correctly.
When trying to retrieve on-demand query results, or any other results that may be stored in the DB, the
osctrl-admin
service was invoking anil
pointer, causing a panic. This PR fixes several issues, including #438:db
, and there are no logs to display.