[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #23046 [Metrics/Library]: Add sub-interface LogDescriptor.LogLine (and the extension to WebServerAccessLogLine)
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs