From: Diana Clarke Date: Tue, 3 Apr 2012 21:40:51 +0000 (-0400) Subject: Fixing link to python's logging module (see #2456). Thanks astrochase! X-Git-Tag: rel_0_7_7~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=879e6bc462403933fdadc17b700e231eba3207db;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fixing link to python's logging module (see #2456). Thanks astrochase! --- 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