mirror of
https://github.com/django/django.git
synced 2025-03-06 15:32:33 +00:00
Allowed ServerFormatter to handle simple string messages or messages with formatting arguments. The formatter will set the server_time variable on the log record if it's required by the format string but wasn't passed in extra parameters.