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

Missing log output #2

Open
dignifiedquire opened this issue Apr 25, 2020 · 2 comments
Open

Missing log output #2

dignifiedquire opened this issue Apr 25, 2020 · 2 comments

Comments

@dignifiedquire
Copy link

I don't know where in the chain this breaks, but when using femme as a logger with this only log::info!("hello", {}) works, but log::info!("hello") gets ignored.

@yoshuawuyts
Copy link
Owner

Oh no that's no good haha. Yeah we should fix that.

@jbr
Copy link

jbr commented May 26, 2020

Edit: Leaving this up in case anyone else finds this, but using 1.0.6 solved the issue for me

I ran into this and did a bit of digging before I found this Issue. I'm not sure if this is related, but this state should be impossible, but somehow is not:

[examples/log.rs:6] kv_log_macro::STATIC_MAX_LEVEL = Debug
[examples/log.rs:6] log::STATIC_MAX_LEVEL = Trace

Maybe kv-log-macro needs to include its own features for settting static max level and comparable cfg-if logic?

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

No branches or pull requests

3 participants