Earlier in google app engine python2 standard environment the stack driver logging for request where correlated and it had module name and line number for the respective logs.
Migrating the codebase to python3, our team had a challenge. We were not able to print correlated logs with the module name and line number. The logs are printing as such in the below image.
Is there any possible way to print the correlated logs with the module name and line number. We would be more thankful if the solution is in python3.