From 2f3bf2830d9ede437b3db29bf740e51e9a0d9492 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Tue, 22 Mar 2011 23:20:52 +0000 Subject: [PATCH] Made the English in r15897 much betterer. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15898 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/logging.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index d5219872ef..09a725a00d 100644 --- a/docs/topics/logging.txt +++ b/docs/topics/logging.txt @@ -458,7 +458,7 @@ Messages to this logger have the following extra context: * ``sql``: The SQL statement that was executed. * ``params``: The parameters that were used in the SQL call. -For performance reasons, SQL logging is only occurs when +For performance reasons, SQL logging is only enabled when ``settings.DEBUG`` is set to ``True``, regardless of the logging level or handlers that are installed.