Skip to content
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

system-logging: Make system logger print/log more than the first call argument #686

Merged
merged 4 commits into from
Jan 16, 2024

Conversation

rafaellehmkuhl
Copy link
Member

@rafaellehmkuhl rafaellehmkuhl commented Jan 15, 2024

It is still not saving objects correctly to the system logs. For some reason, stringifying them is causing a serious performance overhead, so I just kept them not being logged for now. As this already allows them to be printed by the console and extra console arguments to be printed as well, it's already a win.

Fix #685

Disabling the system logs allow developers to see where do the console calls come from.
@patrickelectric patrickelectric merged commit f8d3f98 into bluerobotics:master Jan 16, 2024
7 checks passed
@rafaellehmkuhl rafaellehmkuhl deleted the fix-system-logs branch January 16, 2024 19:49
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.

If a console.x call has more than one argument, only the first one is printed/logged
2 participants