summaryrefslogtreecommitdiff
path: root/docs/narr/logging.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-22 07:12:22 +0900
committerGitHub <noreply@github.com>2018-11-22 07:12:22 +0900
commit57c9362fb214e926f535961f3a78c54e0cce15ba (patch)
tree064a665789a57c2811ba9a4da685854eadcf18b3 /docs/narr/logging.rst
parenta3b59b55fbb41da9c8c1c34d1bf54b52fbf00d54 (diff)
parentd9e13bef1c8252f65febfdda5eae341eba987c9a (diff)
downloadpyramid-57c9362fb214e926f535961f3a78c54e0cce15ba.tar.gz
pyramid-57c9362fb214e926f535961f3a78c54e0cce15ba.tar.bz2
pyramid-57c9362fb214e926f535961f3a78c54e0cce15ba.zip
Merge pull request #3405 from kpinc/iniprocessing
Describe the points at which ini files are processed
Diffstat (limited to 'docs/narr/logging.rst')
-rw-r--r--docs/narr/logging.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/narr/logging.rst b/docs/narr/logging.rst
index 7b60beda9..2acdb33f4 100644
--- a/docs/narr/logging.rst
+++ b/docs/narr/logging.rst
@@ -32,6 +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>`_.
PasteDeploy ``.ini`` files use the Python standard library :mod:`ConfigParser
format <ConfigParser>`. This is the same format used as the Python