From e6047c9f737275d898d88737719dd09a6ee4f25c Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 29 May 2014 19:18:40 +0000 Subject: Provide our own logging Formatter class rather than straining to subclass the stock one. Replace all uses of rpki.log.traceback() with logging package .exception() calls. Use LoggingAdapter for all the whacky per-stream logging code in rpki.http. Fix default logging priority for non-daemon programs like rpkic. svn path=/trunk/; revision=5843 --- ca/tests/testpoke.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ca/tests/testpoke.py') diff --git a/ca/tests/testpoke.py b/ca/tests/testpoke.py index bf1e1e43..9ca03dce 100644 --- a/ca/tests/testpoke.py +++ b/ca/tests/testpoke.py @@ -130,7 +130,6 @@ def do_revoke(): dispatch = { "list" : do_list, "issue" : do_issue, "revoke" : do_revoke } def fail(e): # pylint: disable=W0621 - rpki.log.traceback(logger, args.debug) sys.exit("Testpoke failed: %s" % e) cms_ta = get_PEM("cms-ca-cert", rpki.x509.X509) -- cgit v1.2.3