Commit 80d2df86 authored by Vinay Sajip's avatar Vinay Sajip

Added a test for the ability to specify a class attribute in Formatter...

Added a test for the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway.
parent 7a7160bd
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment