Ticket #14923: logging-typo.diff
File logging-typo.diff, 525 bytes (added by , 14 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. 396 396 ``django`` is the catch-all logger. No messages are posted directly to 397 397 this logger. 398 398 399 ``django.request s``400 ~~~~~~~~~~~~~~~~~~ ~399 ``django.request`` 400 ~~~~~~~~~~~~~~~~~~ 401 401 402 402 Log messages related to the handling of requests. 5XX responses are 403 403 raised as ``ERROR`` messages; 4XX responses are raised as ``WARNING``