diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-11-21 14:12:47 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-11-21 14:12:47 -0800 |
| commit | 28f24e7592fc5a7fd28874e9a350f80674583471 (patch) | |
| tree | 02e402ea6276267ac33884e505ad74a31e70bee9 /docs/narr/logging.rst | |
| parent | 403fd94b39954a1587f2236f8a3ddd2514e8ecb0 (diff) | |
| parent | 57c9362fb214e926f535961f3a78c54e0cce15ba (diff) | |
| download | pyramid-28f24e7592fc5a7fd28874e9a350f80674583471.tar.gz pyramid-28f24e7592fc5a7fd28874e9a350f80674583471.tar.bz2 pyramid-28f24e7592fc5a7fd28874e9a350f80674583471.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'docs/narr/logging.rst')
| -rw-r--r-- | docs/narr/logging.rst | 1 |
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 |
