Re: Suggestion to change the Logger date format to ISO 8601

2019-12-16 Thread Adam Johnson
Hi I think the change you're referring to is in runserver: https://github.com/django/django/blob/ff00a053478fee06bdfb4206c6d4e079e98640ff/django/core/servers/basehttp.py#L132 . Django uses a function from the standard library wsgiref simple server here to generate server_time which is then shown i

Suggestion to change the Logger date format to ISO 8601

2019-12-16 Thread Leon Albrecht
At the moment Django is using "DD/MMM/ hh:mm:ss", but since 1988 there exists an ISO to format dates like this: "YYY-DD-MM hh:mm:ss" this is not a majot change and i've searched for to do it myself but according to the python logger libary this format is already in use, but Django apperantl