Logging the meta route level request- response information in the structured manner for your flask web application
Project description
Flask-RouteLogger
-----------
This extension enables Logging of the each configured request and responses of well structured meta-information to your backend for your flask based web application.
This is extremely configurable for the custom backend storage to store all the logs. Since, the storage module implemented in modular way.
Currently v1.0 supports for the elastic search as full fledged backend. Also, the flask application route endpoints can be configured to add or remove from logging activity as part of your web application configuration.
Future releases:
------------
In the upcoming versions, we can expect the additional storage backends for mongodb, file system, sqlite.
Also, the functionalities will be extended based on the user feedbacks in the upcoming releases.
-----------
This extension enables Logging of the each configured request and responses of well structured meta-information to your backend for your flask based web application.
This is extremely configurable for the custom backend storage to store all the logs. Since, the storage module implemented in modular way.
Currently v1.0 supports for the elastic search as full fledged backend. Also, the flask application route endpoints can be configured to add or remove from logging activity as part of your web application configuration.
Future releases:
------------
In the upcoming versions, we can expect the additional storage backends for mongodb, file system, sqlite.
Also, the functionalities will be extended based on the user feedbacks in the upcoming releases.