aboutsummaryrefslogtreecommitdiff
path: root/rpkid
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid')
-rw-r--r--rpkid/rpki/https.py7
-rw-r--r--rpkid/rpki/up_down.py2
-rw-r--r--rpkid/rpki/x509.py2
3 files changed, 5 insertions, 6 deletions
diff --git a/rpkid/rpki/https.py b/rpkid/rpki/https.py
index 1a433fd5..c2f47cd9 100644
--- a/rpkid/rpki/https.py
+++ b/rpkid/rpki/https.py
@@ -46,10 +46,10 @@ rpki_content_type = "application/x-rpki"
# ================================================================
# Chatter about TLS certificates
-debug_tls_certs = True
+debug_tls_certs = False
# Verbose chatter about HTTP streams
-debug = True
+debug = False
# Whether we want persistent HTTP streams, when peer also supports them
want_persistent_client = True
@@ -700,7 +700,8 @@ def client(msg, client_key, client_cert, server_ta, url, callback, errback):
u.fragment != ""):
raise rpki.exceptions.BadClientURL, "Unusable URL %s" % url
- rpki.log.debug("Contacting %s" % url)
+ if debug:
+ rpki.log.debug("Contacting %s" % url)
request = http_request(
cmd = "POST",
diff --git a/rpkid/rpki/up_down.py b/rpkid/rpki/up_down.py
index 6aa7e294..b45390e0 100644
--- a/rpkid/rpki/up_down.py
+++ b/rpkid/rpki/up_down.py
@@ -244,8 +244,6 @@ class list_pdu(base_elt):
def handle(irdb_resources):
- rpki.log.info("list_pdu.serve_pdu callback")
-
r_msg.payload = list_response_pdu()
for parent in child.parents():
diff --git a/rpkid/rpki/x509.py b/rpkid/rpki/x509.py
index bb238f46..540209d0 100644
--- a/rpkid/rpki/x509.py
+++ b/rpkid/rpki/x509.py
@@ -725,7 +725,7 @@ class CMS_object(DER_object):
## @var debug_cms_certs
# Set this to True to log a lot of chatter about CMS certificates.
- debug_cms_certs = True
+ debug_cms_certs = False
## @var require_crls
# Set this to False to make CMS CRLs optional in the cases where we