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

Consider a different logging framework #139

Closed
tikue opened this issue Mar 30, 2017 · 1 comment
Closed

Consider a different logging framework #139

tikue opened this issue Mar 30, 2017 · 1 comment
Assignees

Comments

@tikue
Copy link
Collaborator

tikue commented Mar 30, 2017

From @jonhoo:

an interesting observation: we get ~10-20% higher throughput by removing all the debug logging calls in tarpc
things like trace! compiles to a memory load and a branch in the final code, which actually ends up mattering for common calls
I know slog (https://github.com/slog-rs/slog) has unused logging calls be completely compiled away
and also compose a bit more nicely

@tikue
Copy link
Collaborator Author

tikue commented Feb 4, 2024

I think this was obsoleted by using the tracing crate for logging.

@tikue tikue closed this as completed Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant