fix psi2log

This commit is contained in:
Alexey Avramov 2019-11-24 06:42:38 +09:00
parent 52dfeb9b45
commit 013a73bcd3

View File

@ -186,7 +186,7 @@ if separate_log:
level=logging.INFO, level=logging.INFO,
format="%(asctime)s: %(message)s") format="%(asctime)s: %(message)s")
log('Starting psi-monitor') log('Starting psi2log')
log('target: {}'.format(target)) log('target: {}'.format(target))
log('period: {}'.format(period)) log('period: {}'.format(period))
if log_file is not None: if log_file is not None: