thanks Anand,
I don't want repeat request.user.id in all log statements in the view.
I am looking for a generalized way.
--
<<::Regards ::>>
sanup...@gmail.com
+917736579488
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.or
>From where you are logging?
If you are logging from view, you can try `request.user.id`.
If you don't have request object, you can store user object somewhere and
log from that.
Regards,
Chillar Anand
www.avilpage.com
On Tue, Jun 14, 2016 at 8:50 PM, Sanu Madhavan wrote:
> Hi,
> I am fol