An open API service indexing awesome lists of open source software.

https://github.com/slimdestro/logger

Generic JSON as Log for Flask
https://github.com/slimdestro/logger

flask jsonal logfile logger python

Last synced: 3 months ago
JSON representation

Generic JSON as Log for Flask

Awesome Lists containing this project

README

          

## Python JSON based Logger

## Identifier
Each apllication(web/system/lambda/etc..) will need to have a Unique category as Identifier.

## Configuration
Just import `JSONAL` from this file.

```sh
app = Flask(__name__)
error_logger = JSONAL(app)
#call it like this in:
error_logger.log_erro(errorvariable)
```
## Author

[slimdestro(Mukul Kumar)](https://linktr.ee/slimdestro)