I am a beginner in FastAPI, come across a problem where my python logging under requests like(post,get,delete,put) couldnt be logged in Azure Application Insights.
I used middleware concept from https://github.com/tiangolo/fastapi/issues/433
– which is basically using opencensus but still I couldnt see my logs. Please help me out.
The code has no error, works fine, but no logging witnessed in application insights->under requests log.
Sowmyadevaraj is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.