diff options
Diffstat (limited to 'rpkid/pubd.py')
-rw-r--r-- | rpkid/pubd.py | 2 |
1 files changed, 2 insertions, 0 deletions
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( |