diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2006-01-16 21:25:28 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2006-01-16 21:25:28 (GMT) |
commit | fe03bee62f1eb0ae826cfac55a9d69f744ffc3f2 (patch) | |
tree | d24894964a585120f85831add5a275b27788873e /Lib | |
parent | 22b25aa9e2c29a5e293152a2ee2d9a53f9ba7c36 (diff) | |
download | cpython-fe03bee62f1eb0ae826cfac55a9d69f744ffc3f2.zip cpython-fe03bee62f1eb0ae826cfac55a9d69f744ffc3f2.tar.gz cpython-fe03bee62f1eb0ae826cfac55a9d69f744ffc3f2.tar.bz2 |
Changes due to added test for fileConfig contributed by Shane Hathaway.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/output/test_logging | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/test/output/test_logging b/Lib/test/output/test_logging index e7c3eef..879f420 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) |