aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2009-05-16 20:51:34 +0000
committerRob Austein <sra@hactrn.net>2009-05-16 20:51:34 +0000
commitc23189835fccc191f51ce7c1d1b26b2f47e118e0 (patch)
tree6476d850a2fffc855712a0e77408af26b81d8913
parent3120838763a541944365ec41cde0a12f1a922158 (diff)
Turn off detailed HTTP logging (for now, anyway)
svn path=/rpkid/rpki/https.py; revision=2434
-rw-r--r--rpkid/rpki/https.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/https.py b/rpkid/rpki/https.py
index d4365db6..83d8f97d 100644
--- a/rpkid/rpki/https.py
+++ b/rpkid/rpki/https.py
@@ -50,7 +50,7 @@ rpki_content_type = "application/x-rpki"
# ================================================================
-debug = True
+debug = False
want_persistent_client = True
want_persistent_server = True