Hello
I am using the "logging" module to log a very large amount of messages. I would like to add "user" (request.user) to the log. But while it is available in the view function, I don't want to pass it to all helpers.
Does anyone know a way to this ? [I was thinking of maybe somehow walking the trace until I find a function with "request" in its args]
Thanks in advance