diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt
index 062cd7f..bbba4da 100644
a
|
b
|
Messages to this logger have the following extra context:
|
462 | 462 | Due to a limitation in the logging library, this extra |
463 | 463 | context is not available if you are using Python 2.4. |
464 | 464 | |
| 465 | .. note:: |
| 466 | SQL logging to the database will only occur if ``settings.DEBUG`` |
| 467 | is set to ``True`` to avoid having to perform a database write |
| 468 | every time a SQL query is performed in a production environment. |
| 469 | |
465 | 470 | Handlers |
466 | 471 | -------- |
467 | 472 | |