Include seconds in default log name
This commit is contained in:
parent
ca67ed392f
commit
b98397d491
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ def start(config=None):
|
||||||
log_path = '{}/{}_{}.log'.format(
|
log_path = '{}/{}_{}.log'.format(
|
||||||
log_dir,
|
log_dir,
|
||||||
cfg.main.KIT_NAME_FULL,
|
cfg.main.KIT_NAME_FULL,
|
||||||
time.strftime('%Y-%m-%d_%H%M%z'),
|
time.strftime('%Y-%m-%d_%H%M%S%z'),
|
||||||
)
|
)
|
||||||
root_logger = logging.getLogger()
|
root_logger = logging.getLogger()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue