diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-02-16 21:32:36 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-06 19:21:35 +0200 |
| commit | 5e63681b1ee7da70e3249509f639b04701e76669 (patch) | |
| tree | e442fc8bc412f0ec4d5c571760291bb028d4796b /docs | |
| parent | 70b951b47c31af883aa7a6a5853d9265db7f6fdb (diff) | |
| download | pyramid-5e63681b1ee7da70e3249509f639b04701e76669.tar.gz pyramid-5e63681b1ee7da70e3249509f639b04701e76669.tar.bz2 pyramid-5e63681b1ee7da70e3249509f639b04701e76669.zip | |
better to use a cross-reference
Diffstat (limited to 'docs')
| -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 f4d1d051d..36f41562a 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. |
