From 879e6bc462403933fdadc17b700e231eba3207db Mon Sep 17 00:00:00 2001 From: Diana Clarke Date: Tue, 3 Apr 2012 17:40:51 -0400 Subject: [PATCH] Fixing link to python's logging module (see #2456). Thanks astrochase! --- doc/build/core/engines.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/core/engines.rst b/doc/build/core/engines.rst index a1066b1e6f..aa2c1f29bd 100644 --- a/doc/build/core/engines.rst +++ b/doc/build/core/engines.rst @@ -319,7 +319,7 @@ Configuring Logging ==================== Python's standard `logging -`_ module is used to +`_ module is used to implement informational and debug log output with SQLAlchemy. This allows SQLAlchemy's logging to integrate in a standard way with other applications and libraries. The ``echo`` and ``echo_pool`` flags that are present on -- 2.47.2