reduced rpc noise
This commit is contained in:
parent
22534d6a78
commit
45faac95f6
@ -86,8 +86,8 @@ class Worker:
|
|||||||
# Log state transition
|
# Log state transition
|
||||||
if state != old_state:
|
if state != old_state:
|
||||||
|
|
||||||
if old_state != State.RELOAD_CONFIG:
|
# if old_state != State.RELOAD_CONFIG:
|
||||||
self.freqtrade.notify_status(f'{state.name.lower()}')
|
# self.freqtrade.notify_status(f'{state.name.lower()}')
|
||||||
|
|
||||||
logger.info(
|
logger.info(
|
||||||
f"Changing state{f' from {old_state.name}' if old_state else ''} to: {state.name}")
|
f"Changing state{f' from {old_state.name}' if old_state else ''} to: {state.name}")
|
||||||
|
Loading…
Reference in New Issue
Block a user