From bfdbcf4c25e28216060834b648a022045d88146b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 13 Aug 2011 01:55:45 -0400 Subject: mention pyramid_exclog --- docs/glossary.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index 6e4ca4b70..911fbff1a 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -938,3 +938,10 @@ Glossary application quickly. Scaffolds are usually used via the ``paster create`` command. + pyramid_exclog + A package which logs Pyramid application exception (error) information + to a standard Python logger. This add-on is most useful when + used in production applications, because the logger can be configured to + log to a file, to UNIX syslog, to the Windows Event Log, or even to + email. See its `documentation + `_. -- cgit v1.2.3