how to aggregate and manipulate logs in upper layer

Viewed 14

I have a multi-layer application and I'm logging data using python's logging library almost everywhere so the problem is the data related to the request like sessionId is present in the RestAPI layer only but I want to have this kind of data in all of my logs so that I can keep track of user's action. is there any way I can achieve this?

0 Answers
Related