rename tsstats.log.parse_log to tsstats.log._parse_details
This commit is contained in:
parent
2821713150
commit
bec0279871
|
@ -42,7 +42,7 @@ def parse_logs(log_glob, ident_map=None, *args, **kwargs):
|
||||||
return clients
|
return clients
|
||||||
|
|
||||||
|
|
||||||
def parse_log(log_path, ident_map=None, clients=None, online_dc=True):
|
def _parse_details(log_path, ident_map=None, clients=None, online_dc=True):
|
||||||
'''
|
'''
|
||||||
extract details from log-files
|
extract details from log-files
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue