Skip to content

Commit

Permalink
Reverted the change to ib_client.py as it could lead to large volume …
Browse files Browse the repository at this point in the history
…of emails being generated
  • Loading branch information
Vishal Grover committed Oct 26, 2024
1 parent 7b91cb7 commit abf2c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysbrokers/IB/client/ib_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def error_handler(
self.broker_message(msg=msg, log=self.log)

def broker_error(self, msg, log, myerror_type):
log.critical(msg)
log.warning(msg)

def broker_message(self, log, msg):
log.debug(msg)
Expand Down

0 comments on commit abf2c48

Please sign in to comment.