Ticket #14923: logging-typo.diff

File logging-typo.diff, 525 bytes (added by Adam Vandenberg, 13 years ago)
  • docs/topics/logging.txt

    diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt
    index 3605b0c..845db20 100644
    a b Django provides three built-in loggers.  
    396396``django`` is the catch-all logger. No messages are posted directly to
    397397this logger.
    398398
    399 ``django.requests``
    400 ~~~~~~~~~~~~~~~~~~~
     399``django.request``
     400~~~~~~~~~~~~~~~~~~
    401401
    402402Log messages related to the handling of requests. 5XX responses are
    403403raised as ``ERROR`` messages; 4XX responses are raised as ``WARNING``
Back to Top