Right after logger.info() at the start of each get(), a record should be saved of the following:
- Which endpoint was requested
- Time requested
args of request
This should be saved somewhere other than cache to avoid steamrolling when installing. /var/ or /opt/ might be the place. In testmode, could save to ROOT level of project. Add path to app.cfg