summaryrefslogtreecommitdiff
path: root/docs/narr/logging.rst
diff options
context:
space:
mode:
authorKarl O. Pinc <kop@meme.com>2018-11-19 08:17:20 -0600
committerKarl O. Pinc <kop@meme.com>2018-11-19 08:17:20 -0600
commit52312cec91f3570fb862eadc9e43cdd5702afcc5 (patch)
tree9168da89c980ad4c4641cc1fc5bf0b80c136c2b7 /docs/narr/logging.rst
parent34009af1bea519367d69c69e05c1af4df957db46 (diff)
downloadpyramid-52312cec91f3570fb862eadc9e43cdd5702afcc5.tar.gz
pyramid-52312cec91f3570fb862eadc9e43cdd5702afcc5.tar.bz2
pyramid-52312cec91f3570fb862eadc9e43cdd5702afcc5.zip
Consitent use of .ini
Diffstat (limited to 'docs/narr/logging.rst')
-rw-r--r--docs/narr/logging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/logging.rst b/docs/narr/logging.rst
index 92006ab51..2acdb33f4 100644
--- a/docs/narr/logging.rst
+++ b/docs/narr/logging.rst
@@ -32,7 +32,7 @@ you to send messages to :mod:`Python standard library logging package
:term:`PasteDeploy` ``development.ini`` and ``production.ini`` files created
when you use our cookiecutter include a basic configuration for the Python
:mod:`logging` package.
-These ini file sections are passed to the `logging module's config file configuration engine <https://docs.python.org/3.7/howto/logging.html#configuring-logging>`_.
+These ``.ini`` file sections are passed to the `logging module's config file configuration engine <https://docs.python.org/3.7/howto/logging.html#configuring-logging>`_.
PasteDeploy ``.ini`` files use the Python standard library :mod:`ConfigParser
format <ConfigParser>`. This is the same format used as the Python