Remove unused log_timestamp_format
This commit is contained in:
parent
7679e94846
commit
4cba226b31
|
@ -23,8 +23,6 @@ re_disconnect_invoker = re.compile(
|
||||||
r'invokername=(.*)\ invokeruid=(.*)\ reasonmsg'
|
r'invokername=(.*)\ invokeruid=(.*)\ reasonmsg'
|
||||||
)
|
)
|
||||||
|
|
||||||
log_timestamp_format = '%Y-%m-%d %H:%M:%S.%f'
|
|
||||||
|
|
||||||
TimedLog = namedtuple('TimedLog', ['path', 'timestamp'])
|
TimedLog = namedtuple('TimedLog', ['path', 'timestamp'])
|
||||||
Server = namedtuple('Server', ['sid', 'clients'])
|
Server = namedtuple('Server', ['sid', 'clients'])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue