rename tsstats.log.parse_logs to tsstats.log._sort_logfiles to fit updated scope
This commit is contained in:
parent
ad7ff96b1b
commit
37a9841900
|
@ -27,7 +27,7 @@ TimedLog = namedtuple('TimedLog', ['path', 'timestamp'])
|
||||||
logger = logging.getLogger('tsstats')
|
logger = logging.getLogger('tsstats')
|
||||||
|
|
||||||
|
|
||||||
def parse_logs(log_glob, ident_map=None, *args, **kwargs):
|
def _sort_logfiles(log_glob):
|
||||||
'''
|
'''
|
||||||
parse logs specified by globbing pattern `log_glob`
|
parse logs specified by globbing pattern `log_glob`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue