From e3f985e48c6949f8b1ba7f3b7dce85e59a68738d Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 28 Dec 2009 18:09:23 +0000 Subject: Start adding config file control for all the weird little debugging and tuning parameters. This may require refactoring eventually, but it's better than having to modify the source code every time. svn path=/rpkid/irdbd.py; revision=2911 --- rpkid/pubd.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rpkid/pubd.py') diff --git a/rpkid/pubd.py b/rpkid/pubd.py index 82f3fb93..ceb6bac7 100644 --- a/rpkid/pubd.py +++ b/rpkid/pubd.py @@ -176,6 +176,8 @@ def main(): if profile: rpki.log.info("Running in profile mode with output to %s" % profile) + cfg.set_debugging_flags() + pctx = pubd_context(cfg) rpki.https.server( -- cgit v1.2.3