django-devserver icon indicating copy to clipboard operation
django-devserver copied to clipboard

Use logging handler instead of stdout

Open ghost opened this issue 12 years ago • 0 comments

I think using logging handler which specified in settings.py is better way. So need new settings to specify handler_name.

ex:

DEV_SERVER_LOG_HANDLER = 'handler_name'

ghost avatar Oct 22 '13 12:10 ghost