Skip to content

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

Merged
merged 14 commits into from
Jun 12, 2025
Merged

Fix logging #82

merged 14 commits into from
Jun 12, 2025

Conversation

miguelg719
Copy link
Collaborator

why

what changed

test plan

Copy link

linear bot commented Jun 3, 2025

STG-470 Fix logging

Local and BB logging differ, need to centralize and manage accordingly both formats

@miguelg719 miguelg719 marked this pull request as ready for review June 6, 2025 22:24
self.log(message, level=2, category=category, auxiliary=auxiliary)


def sync_log_handler(log_data: dict[str, Any]) -> None:
Copy link
Collaborator

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?

Copy link
Collaborator Author

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

Copy link
Collaborator

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

@miguelg719 miguelg719 merged commit 5f3226b into main Jun 12, 2025
6 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants