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
Right after
logger.info()at the start of eachget(), a record should be saved of the following:argsof requestThis should be saved somewhere other than
cacheto avoid steamrolling when installing./var/or/opt/might be the place. In testmode, could save toROOTlevel of project. Add path toapp.cfg