Chris McDonough
2009-05-20 8e6ed043237101c83d6a5dbd454cdcbba734ac59
Issue #75 document that log_stream can be a logger.

1 files modified
9 ■■■■■ changed files
docs/narr.rst 9 ●●●●● patch | view | raw | blame | history
docs/narr.rst
@@ -372,10 +372,11 @@
  of these can be specified as the empty sequence.  *classifier* is a
  request classifier callable, *challenge_decider* is a challenge
  decision callable.  *log_stream* is a stream object (an object with
  a ``write`` method), *log_level* is a numeric value that maps to the
  ``logging`` module's notion of log levels, *remote_user_key* is the
  key in which the ``REMOTE_USER`` (userid) value should be placed in
  the WSGI environment for consumption by downstream applications.
  a ``write`` method) *or* a ``logging.Logger`` object, *log_level* is
  a numeric value that maps to the ``logging`` module's notion of log
  levels, *remote_user_key* is the key in which the ``REMOTE_USER``
  (userid) value should be placed in the WSGI environment for
  consumption by downstream applications.
An example configuration which uses the default plugins follows::