From 8a919fa0efb4448954c70cd1cba9e72f57008cf9 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sat, 24 Nov 2018 00:03:17 -0600 Subject: Split long sentence --- docs/narr/logging.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs') 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 `. This is the same format used as the Python :ref:`logging module's Configuration file format `. -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 -- cgit v1.2.3