[tor-commits] [oonib/master] Convert msg to debug message to avoid generating too much noise
art at torproject.org
art at torproject.org
Mon May 9 17:57:03 UTC 2016
commit 4c279e83c12d9fc3dd6f82c6479a620f38f0b71b
Author: Arturo Filastò <arturo at filasto.net>
Date: Fri Apr 22 13:29:37 2016 +0200
Convert msg to debug message to avoid generating too much noise
---
oonib/report/handlers.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oonib/report/handlers.py b/oonib/report/handlers.py
index 1e1d2ba..8c4a710 100644
--- a/oonib/report/handlers.py
+++ b/oonib/report/handlers.py
@@ -206,7 +206,7 @@ class ReportHandler(OONIBHandler):
class UpdateReportMixin(object):
def updateReport(self, report_id, parsed_request):
- log.msg("Got this request %s" % parsed_request)
+ log.debug("Got this request %s" % parsed_request)
report_filename = os.path.join(self.report_dir,
report_id)
try:
More information about the tor-commits
mailing list