From: Vinay Sajip Date: Mon, 16 Jan 2006 21:25:28 +0000 (+0000) Subject: Changes due to added test for fileConfig contributed by Shane Hathaway. X-Git-Tag: v2.5a0~808 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe03bee62f1eb0ae826cfac55a9d69f744ffc3f2;p=thirdparty%2FPython%2Fcpython.git Changes due to added test for fileConfig contributed by Shane Hathaway. --- diff --git a/Lib/test/output/test_logging b/Lib/test/output/test_logging index e7c3eef176d7..879f4206849b 100644 --- a/Lib/test/output/test_logging +++ b/Lib/test/output/test_logging @@ -485,6 +485,12 @@ INFO:a.b:Info 2 INFO:a.b.c:Info 4 INFO:a.b.c.d:Info 5 -- log_test3 end --------------------------------------------------- +-- log_test4 begin --------------------------------------------------- +config0: ok. +config1: ok. +config2: exceptions.AttributeError +config3: exceptions.KeyError +-- log_test4 end --------------------------------------------------- -- logrecv output begin --------------------------------------------------- ERR -> CRITICAL: Message 0 (via logrecv.tcp.ERR) ERR -> ERROR: Message 1 (via logrecv.tcp.ERR)