rLogging
A set of tools to improve the observability of applications



Functionality
- Formatters
- JsonFormatter - Convert log to json
- ElkFormatter - Convert log to json for ELK parsing (one-dimensional array)
- Adapters
- HttpLoggerAdapter
- HttpLoggerAdapter
- Django
- DjangoLoggerAdapter
- LoggingMiddleware
Contribute
Issue Tracker: https://gitlab.com/rocshers/python/rlogging/-/issues
Source Code: https://gitlab.com/rocshers/python/rlogging
Before adding changes:
Normal logging setup with new classes
make install
After changes:
make format test