Divyadarshee Das
Divyadarshee Das
Any updates on this, other links or solutions or workarounds
@Kludex i saw your repository fastapi-health which i tried using for /liveness or /readiness but the main blocker was it didnt return a response body as any route created by...
@thegagne did you get a chance to successfully use this for the flask framework?
@sethmlarson what is the current way to add extra without including them in every log call?
@sethmlarson can something like this be possible with the current version log example: `addItem='abcd'` `logger.info(f"added todo item {addItem} to the todo list")` log: `{'name': 'app.routes.controller', 'msg': 'added todo item abcd...