diff options
| author | Michael Merickel <michael@merickel.org> | 2014-11-17 02:27:03 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2014-11-17 02:27:03 -0600 |
| commit | 5d0b1beaf3b09045fd3dd71244938ee6e391ebf3 (patch) | |
| tree | 2fd3a374d4c937184497e5589bcf93391833949a /docs/narr/startup.rst | |
| parent | 650d3d5fa383d89a3b28029162d6ef4d58be3da1 (diff) | |
| parent | c0f1fc8d31df45371d5ae6689d3e0a39c058c3ac (diff) | |
| download | pyramid-5d0b1beaf3b09045fd3dd71244938ee6e391ebf3.tar.gz pyramid-5d0b1beaf3b09045fd3dd71244938ee6e391ebf3.tar.bz2 pyramid-5d0b1beaf3b09045fd3dd71244938ee6e391ebf3.zip | |
Merge branch 'master' into feature.override-asset-with-absolute-path
Diffstat (limited to 'docs/narr/startup.rst')
| -rw-r--r-- | docs/narr/startup.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst index 7b4a7ea08..a1a23ed52 100644 --- a/docs/narr/startup.rst +++ b/docs/narr/startup.rst @@ -19,6 +19,7 @@ console. .. index:: single: startup process + pair: settings; .ini The Startup Process ------------------- @@ -139,6 +140,13 @@ Here's a high-level time-ordered overview of what happens when you press The server serves the application, and the application is running, waiting to receive requests. +.. seealso:: + Logging configuration is described in the :ref:`logging_chapter` + chapter. There, in :ref:`request_logging_with_pastes_translogger`, + you will also find an example of how to configure + :term:`middleware` to add pre-packaged functionality to your + application. + .. index:: pair: settings; deployment single: custom settings |
