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

feat: switch to tracing ecosystem #379

Merged
merged 3 commits into from
Jan 29, 2022
Merged

Conversation

skyzh
Copy link
Member

@skyzh skyzh commented Jan 29, 2022

part of #368

Also, the default log level is changed to INFO.

By the way, it seems that EnvFilter doesn't implement Filter, and therefore we cannot use per-layer filtering implemented in tokio-rs/tracing#1523. This would lead to problems with integrating with tokio-console's Tokio-runtime tracing: if we enable tokio-runtime's tracing feature, all tokio tracing logs will be printed in stdout. We will fix this when the upstream implements Filter for EnvFilter.

Signed-off-by: Alex Chi <iskyzh@gmail.com>
Signed-off-by: Alex Chi <iskyzh@gmail.com>
Signed-off-by: Alex Chi <iskyzh@gmail.com>
@TennyZhuang TennyZhuang merged commit 141a262 into main Jan 29, 2022
@TennyZhuang TennyZhuang deleted the skyzh/use-tracing-ecosystem branch January 29, 2022 04:50
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