summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2006-01-20 18:28:59 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2006-01-20 18:28:59 (GMT)
commit80d2df86dca1752d8bfdd6d7a3b6804bfe52cdcd (patch)
tree70d90160c895c20913cb7267632969963b697eeb /Lib/test/output
parent7a7160bd0c6b43b2b0705f43a32a4a7fae2127cd (diff)
downloadcpython-80d2df86dca1752d8bfdd6d7a3b6804bfe52cdcd.zip
cpython-80d2df86dca1752d8bfdd6d7a3b6804bfe52cdcd.tar.gz
cpython-80d2df86dca1752d8bfdd6d7a3b6804bfe52cdcd.tar.bz2
Added a test for the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway.
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_logging4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/output/test_logging b/Lib/test/output/test_logging
index 879f420..cedd297 100644
--- a/Lib/test/output/test_logging
+++ b/Lib/test/output/test_logging
@@ -491,6 +491,10 @@ config1: ok.
config2: exceptions.AttributeError
config3: exceptions.KeyError
-- log_test4 end ---------------------------------------------------
+-- log_test5 begin ---------------------------------------------------
+ERROR:root:just testing
+exceptions.KeyError... Don't panic!
+-- log_test5 end ---------------------------------------------------
-- logrecv output begin ---------------------------------------------------
ERR -> CRITICAL: Message 0 (via logrecv.tcp.ERR)
ERR -> ERROR: Message 1 (via logrecv.tcp.ERR)