From 3341009549ccdf841cd9465cc8bf41777d774e57 Mon Sep 17 00:00:00 2001 From: "vinay.sajip" Date: Fri, 20 Jan 2006 18:28:59 +0000 Subject: [PATCH] Added a test for the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. git-svn-id: http://svn.python.org/projects/python/trunk@42118 6015fed2-1504-0410-9fe1-9d1591cc4771 --- Lib/test/output/test_logging | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Lib/test/output/test_logging b/Lib/test/output/test_logging index 879f420684..cedd2977df 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) -- 2.11.4.GIT