diff options
| author | Karl O. Pinc <kop@meme.com> | 2014-08-08 23:28:13 -0500 |
|---|---|---|
| committer | Karl O. Pinc <kop@meme.com> | 2014-08-08 23:28:13 -0500 |
| commit | ad76ef6ab78847ef86abf97868a32e9604aaab7e (patch) | |
| tree | 23112ea6d8b6685ceb66eef5b13339330ee004b2 /docs/narr/startup.rst | |
| parent | 1a768e3d45594d2458c379bcd55d6f1478ef3281 (diff) | |
| download | pyramid-ad76ef6ab78847ef86abf97868a32e9604aaab7e.tar.gz pyramid-ad76ef6ab78847ef86abf97868a32e9604aaab7e.tar.bz2 pyramid-ad76ef6ab78847ef86abf97868a32e9604aaab7e.zip | |
Link to logging configuration in the Startup chapter.
The Startup chapter describes the application's .ini file. The
Logging chapter describes how to configure logging with the .ini file.
Diffstat (limited to 'docs/narr/startup.rst')
| -rw-r--r-- | docs/narr/startup.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst index 7b4a7ea08..cd44e0ee3 100644 --- a/docs/narr/startup.rst +++ b/docs/narr/startup.rst @@ -139,6 +139,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 |
