[metrics-bugs] #22594 [Metrics/Onionoo]: Escape characters in contact lines break hourly updater
Tor Bug Tracker & Wiki
blackhole at torproject.org
Mon Jun 19 09:55:50 UTC 2017
#22594: Escape characters in contact lines break hourly updater
-----------------------------+------------------------------
Reporter: karsten | Owner: metrics-team
Type: defect | Status: new
Priority: High | Milestone:
Component: Metrics/Onionoo | Version:
Severity: Normal | Resolution:
Keywords: | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
-----------------------------+------------------------------
Comment (by iwakeh):
Why two log statements?
{{{
catch (Throwable e) {
/* Handle below. */
+ log.error("Problem while parsing JSON: " + documentString, e);
- log.error(documentString);
- log.error(e.getMessage(), e);
}
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/22594#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the metrics-bugs
mailing list