Currently, the only way to see historical records of each individual service poll status is to set the logging level for poller to debug. Needless to say, this results in a large amount of data logged by the poller beyond just the results.
I'd like to see these results stored somewhere for historical analysis. They could be stored in the database (as events?). The logging level for the status messages increased to info.
Acceptance / Success Criteria
None
Lucidchart Diagrams
Activity
Show:
Ron Roskens March 10, 2017 at 9:47 AM
I've updated this on a new branch, jira/, against develop, and made a pull request for it.
Currently, the only way to see historical records of each individual service poll status is to set the logging level for poller to debug. Needless to say, this results in a large amount of data logged by the poller beyond just the results.
I'd like to see these results stored somewhere for historical analysis. They could be stored in the database (as events?). The logging level for the status messages increased to info.