Elegant setup of Python logging in Django

前端 未结 4 782
别那么骄傲
别那么骄傲 2020-11-28 18:00

I have yet to find a way of setting up Python logging with Django that I\'m happy with. My requirements are fairly simple:

  • Different log handlers for different
4条回答
  •  遥遥无期
    2020-11-28 18:28

    I am currently using a logging system, which I created myself. It uses CSV format for logging.

    django-csvlog

    This project still doesn't have full documentation, but I am working on it.

提交回复
热议问题