diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-11-17 17:54:52 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-11-17 17:54:52 -0500 |
| commit | 98674959d25040d4d7ca3c95bbfb422cbb23c20e (patch) | |
| tree | 4c858419a25340548e343a59b34814f94c7c8460 /doc | |
| parent | d3ca4156495af556e448a8d3f6d5884d08ab2f9b (diff) | |
| download | sqlalchemy-98674959d25040d4d7ca3c95bbfb422cbb23c20e.tar.gz | |
- initial patch for [ticket:1926]
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/core/engines.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/core/engines.rst b/doc/build/core/engines.rst index 3295976fc..4ecf70656 100644 --- a/doc/build/core/engines.rst +++ b/doc/build/core/engines.rst @@ -288,7 +288,7 @@ For example, to log SQL queries using Python logging instead of the ``echo=True` logging.basicConfig() logging.getLogger('sqlalchemy.engine').setLevel(logging.INFO) -By default, the log level is set to ``logging.ERROR`` within the entire +By default, the log level is set to ``logging.WARN`` within the entire ``sqlalchemy`` namespace so that no log operations occur, even within an application that has logging enabled otherwise. |
