[tor-bugs] #23046 [Metrics/Library]: Add sub-interface LogDescriptor.LogLine (and the extension to WebServerAccessLogLine)
Tor Bug Tracker & Wiki
blackhole at torproject.org
Sun Feb 25 11:15:02 UTC 2018
#23046: Add sub-interface LogDescriptor.LogLine (and the extension to
WebServerAccessLogLine)
-----------------------------+-----------------------------------
Reporter: iwakeh | Owner: iwakeh
Type: enhancement | Status: reopened
Priority: Medium | Milestone: metrics-lib 2.2.0
Component: Metrics/Library | Version:
Severity: Normal | Resolution:
Keywords: metrics-2018 | Actual Points:
Parent ID: | Points:
Reviewer: karsten | Sponsor:
-----------------------------+-----------------------------------
Changes (by iwakeh):
* status: closed => reopened
* resolution: fixed =>
Comment:
This needs a revision: webstats log files can be large and thus, method
{{{
public List<? extends Line> logLines() throws DescriptorParseException;
}}}
of the current LogDescriptor interface should be replaced by
{{{
public Stream<? extends Line> logLines() throws DescriptorParseException;
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/23046#comment:16>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list