diff options
| author | Steve Piercy <web@stevepiercy.com> | 2014-11-09 20:47:38 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2014-11-09 20:47:38 -0800 |
| commit | af472ad61320c833c3ed2af0cf3aa84c5cc98c12 (patch) | |
| tree | 595396bf68c9af0193b448d90e4c9b6c83ac6b57 /docs/quick_tutorial/logging.rst | |
| parent | cb5b0782bac4db7e9eea094197c1768ae70c0bd3 (diff) | |
| parent | 95bf541f94513b5ec2585c5ecf9f9aa684853676 (diff) | |
| download | pyramid-af472ad61320c833c3ed2af0cf3aa84c5cc98c12.tar.gz pyramid-af472ad61320c833c3ed2af0cf3aa84c5cc98c12.tar.bz2 pyramid-af472ad61320c833c3ed2af0cf3aa84c5cc98c12.zip | |
Merge pull request #1442 from stevepiercy/master
minor rewrapping, grammar fixes to QT docs
Diffstat (limited to 'docs/quick_tutorial/logging.rst')
| -rw-r--r-- | docs/quick_tutorial/logging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/logging.rst b/docs/quick_tutorial/logging.rst index 855ded59f..e07d23d6d 100644 --- a/docs/quick_tutorial/logging.rst +++ b/docs/quick_tutorial/logging.rst @@ -16,7 +16,7 @@ we might need to detect problems when other people use the site. We need *logging*. Fortunately Pyramid uses the normal Python approach to logging. The -scaffold generated, in your ``development.ini``, a number of lines that +scaffold generated, in your ``development.ini``, has a number of lines that configure the logging for you to some reasonable defaults. You then see messages sent by Pyramid (for example, when a new request comes in.) |
