reduced rpc noise

This commit is contained in:
Kavinkumar 2022-02-26 10:25:44 +05:30
parent 22534d6a78
commit 45faac95f6

View File

@ -86,8 +86,8 @@ class Worker:
# Log state transition
if state != old_state:
if old_state != State.RELOAD_CONFIG:
self.freqtrade.notify_status(f'{state.name.lower()}')
# if old_state != State.RELOAD_CONFIG:
# self.freqtrade.notify_status(f'{state.name.lower()}')
logger.info(
f"Changing state{f' from {old_state.name}' if old_state else ''} to: {state.name}")