You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using multiple file loggers, ib_insync outputs to the wrong file. I believe this is because logToFile is calling getLogger without passing a unique arg. Changing this line to logger = logging.getLogger('ib_insync') fixed the issue.
The text was updated successfully, but these errors were encountered:
When using multiple file loggers, ib_insync outputs to the wrong file. I believe this is because logToFile is calling getLogger without passing a unique arg. Changing this line to logger = logging.getLogger('ib_insync') fixed the issue.
The text was updated successfully, but these errors were encountered: