diff options
| author | Michael Merickel <michael@merickel.org> | 2013-03-12 13:45:06 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-03-12 13:45:06 -0700 |
| commit | 5fb6de8426aeaca7ecfd5babb7ba0372dbeab020 (patch) | |
| tree | 57d2a458c1c3e2480a6c9bc6e6e2bf4fc72ccef6 /docs/narr/logging.rst | |
| parent | 22814bb5613546fee0aeec59526ec9c10ae7ac6b (diff) | |
| parent | 5a20a11be7971e2d4676a7edd46fa1789525d232 (diff) | |
| download | pyramid-5fb6de8426aeaca7ecfd5babb7ba0372dbeab020.tar.gz pyramid-5fb6de8426aeaca7ecfd5babb7ba0372dbeab020.tar.bz2 pyramid-5fb6de8426aeaca7ecfd5babb7ba0372dbeab020.zip | |
Merge pull request #890 from tshepang/misc
miscellaneous doc improvements
Diffstat (limited to 'docs/narr/logging.rst')
| -rw-r--r-- | docs/narr/logging.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/logging.rst b/docs/narr/logging.rst index 6492bf371..04a9c40f5 100644 --- a/docs/narr/logging.rst +++ b/docs/narr/logging.rst @@ -22,8 +22,8 @@ Logging Configuration --------------------- A :app:`Pyramid` project created from a :term:`scaffold` is configured to -allow you to send messages to `Python standard library logging package -<http://docs.python.org/library/logging.html>`_ loggers from within your +allow you to send messages to :mod:`Python standard library logging package +<logging>` loggers from within your application. In particular, the :term:`PasteDeploy` ``development.ini`` and ``production.ini`` files created when you use a scaffold include a basic configuration for the Python :mod:`logging` package. |
