-
Notifications
You must be signed in to change notification settings - Fork 10
Fix logging #82
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
Fix logging #82
Conversation
STG-470 Fix logging
Local and BB logging differ, need to centralize and manage accordingly both formats |
self.log(message, level=2, category=category, auxiliary=auxiliary) | ||
|
||
|
||
def sync_log_handler(log_data: dict[str, Any]) -> None: |
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.
@miguelg719 do we need this since we have removed sync main.py/client.py?
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.
maybe not, it's just a parser function really we could probably optimize as a fast follow
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.
Sounds good, we can clean up later, not a blocker, pls merge when you think its g2g
why
what changed
test plan