diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/logging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/logging.rst b/docs/narr/logging.rst index 2acdb33f4..c0008282a 100644 --- a/docs/narr/logging.rst +++ b/docs/narr/logging.rst @@ -39,7 +39,7 @@ 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 -from when you run ``pserve``. +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 |
