Skip to content

Update kv-log-macro to 1.0.6 #826

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

Conversation

thibault-martinez
Copy link
Contributor

@thibault-martinez thibault-martinez commented Jun 27, 2020

async_std-1.6.2 uses kv-log-macro-1.0.4.
In kv-log-macro-1.0.4::log_impl every log levels were changed to Info as shown here.
This has since been fixed here.

This currently results in async_std trace logs being shown as info, which is a bit annoying, e.g.:

[2020-06-27][14:22:49][async_std::task::builder][INFO] spawn
[2020-06-27][14:22:49][async_std::task::builder][INFO] spawn
[2020-06-27][14:22:49][async_std::task::builder][INFO] spawn
[2020-06-27][14:22:49][async_std::task::builder][INFO] spawn
[2020-06-27][14:22:49][async_std::task::builder][INFO] spawn
[2020-06-27][14:22:49][async_std::task::builder][INFO] spawn
[2020-06-27][14:22:49][async_std::task::builder][INFO] spawn
[2020-06-27][14:22:49][async_std::task::builder][INFO] block_on
[2020-06-27][14:22:49][async_std::task::builder][INFO] block_on

Copy link
Member

@dignifiedquire dignifiedquire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@dignifiedquire dignifiedquire merged commit 8c4b425 into async-rs:master Jun 27, 2020
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