-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v0.38] Fix / OrderBookTracker debug logging substitutions #3116
[v0.38] Fix / OrderBookTracker debug logging substitutions #3116
Conversation
d3ae6c4
to
7315a2a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TheHolyRoger Note that we have renamed BitMax -> AscendEX. Hence the conflict. Overall the PR looks good but do make the necessary fixes for the conflict.
7315a2a
to
d550968
Compare
@CrimsonJacket done now thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to @CrimsonJacket PR looks good overall. Since the file conflicts have already been addressed and thorough testing is not required for this fix, adding approval to this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Before submitting this PR, please make sure:
A description of the changes proposed in the pull request:
At some point logger was changed and all these substitutions don't work, they just print %s, %d etc in the debug log. Fixing them in this PR.