diff options
| author | Michael Merickel <michael@merickel.org> | 2014-09-29 13:05:22 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2014-09-29 13:05:22 -0500 |
| commit | 159105a203dc62ef6306fb3537caab42bca0df8e (patch) | |
| tree | aaf0311c318edbb9c240fac6a0a04b0a39cbe18a /docs/narr/logging.rst | |
| parent | 534ce342d61571a93b3f89b72f3ff8323d0f0f0b (diff) | |
| parent | 4a63f6ac8f19d21eebf23bd8c9f833f2b676287b (diff) | |
| download | pyramid-159105a203dc62ef6306fb3537caab42bca0df8e.tar.gz pyramid-159105a203dc62ef6306fb3537caab42bca0df8e.tar.bz2 pyramid-159105a203dc62ef6306fb3537caab42bca0df8e.zip | |
Merge pull request #1396 from kpinc/doc_config
Doc config
Diffstat (limited to 'docs/narr/logging.rst')
| -rw-r--r-- | docs/narr/logging.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/narr/logging.rst b/docs/narr/logging.rst index 333d6a4e6..c16673ae6 100644 --- a/docs/narr/logging.rst +++ b/docs/narr/logging.rst @@ -16,6 +16,11 @@ how to send log messages to loggers that you've configured. a third-party scaffold which does not create these files, the configuration information in this chapter may not be applicable. +.. index: + pair: settings; logging + pair: .ini; logging + pair: logging; configuration + .. _logging_config: Logging Configuration @@ -294,6 +299,15 @@ use the :term:`pyramid_exclog` package. Details about its configuration are in its `documentation <http://docs.pylonsproject.org/projects/pyramid_exclog/dev/>`_. +.. index:: + single: TransLogger + single: middleware; TransLogger + pair: configuration; middleware + single: settings; middleware + pair: .ini; middleware + +.. _request_logging_with_pastes_translogger: + Request Logging with Paste's TransLogger ---------------------------------------- |
