diff options
| author | Karl O. Pinc <kop@meme.com> | 2018-11-24 00:03:17 -0600 |
|---|---|---|
| committer | Karl O. Pinc <kop@meme.com> | 2018-11-24 00:18:38 -0600 |
| commit | 8a919fa0efb4448954c70cd1cba9e72f57008cf9 (patch) | |
| tree | 181aaf57c3cb630a2b68be22ec3f81e3df5311d3 /docs/narr/logging.rst | |
| parent | 2ce055b7f3e81b363d25925276fe7bbcad705be7 (diff) | |
| download | pyramid-8a919fa0efb4448954c70cd1cba9e72f57008cf9.tar.gz pyramid-8a919fa0efb4448954c70cd1cba9e72f57008cf9.tar.bz2 pyramid-8a919fa0efb4448954c70cd1cba9e72f57008cf9.zip | |
Split long sentence
Diffstat (limited to 'docs/narr/logging.rst')
| -rw-r--r-- | docs/narr/logging.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/narr/logging.rst b/docs/narr/logging.rst index c0008282a..ad63b218f 100644 --- a/docs/narr/logging.rst +++ b/docs/narr/logging.rst @@ -37,9 +37,8 @@ These ``.ini`` file sections are passed to the `logging module's config file con PasteDeploy ``.ini`` files use the Python standard library :mod:`ConfigParser format <ConfigParser>`. This is the same format used as the Python :ref:`logging module's Configuration file format <logging-config-fileformat>`. -The application-related and logging-related sections in the configuration file -can coexist peacefully, and the logging-related sections in the file are used -when you run ``pserve``. +The application-related and logging-related sections in the configuration file can coexist peacefully. +The logging-related sections in the file configure logging when you run ``pserve``. The ``pserve`` command calls the :func:`pyramid.paster.setup_logging` function, a thin wrapper around the :func:`logging.config.fileConfig` using the specified |
