diff options
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/output/test_logging | 4 |
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) |