diff options
| author | Karl O. Pinc <kop@meme.com> | 2018-11-18 23:36:44 -0600 |
|---|---|---|
| committer | Karl O. Pinc <kop@meme.com> | 2018-11-18 23:48:49 -0600 |
| commit | 1ec0ca5c5325953adb4e96313f7ff8bbedb87e13 (patch) | |
| tree | 2c019b49640565e1076f7bcea3026175c9743af6 /docs/narr/project.rst | |
| parent | 401cf69020b888bf5343e211871a42d59494abd1 (diff) | |
| download | pyramid-1ec0ca5c5325953adb4e96313f7ff8bbedb87e13.tar.gz pyramid-1ec0ca5c5325953adb4e96313f7ff8bbedb87e13.tar.bz2 pyramid-1ec0ca5c5325953adb4e96313f7ff8bbedb87e13.zip | |
Move sentence from project docs to logging docs
Diffstat (limited to 'docs/narr/project.rst')
| -rw-r--r-- | docs/narr/project.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 3522ea964..d84b740e3 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -658,10 +658,8 @@ only (``127.0.0.1``). .. _myproject_ini_logging: The sections after ``# logging configuration`` represent Python's standard -library :mod:`logging` module configuration for your application. These -sections are passed to the `logging module's config file configuration engine -<https://docs.python.org/2/howto/logging.html#configuring-logging>`_ when the -``pserve`` or ``pshell`` commands are executed. The default configuration +library :mod:`logging` module configuration for your application. +The default configuration sends application logging output to the standard error output of your terminal. For more information about logging configuration, see :ref:`logging_chapter`. |
