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

Symbolica causes conflicting max log level for release builds #27

Closed
TimeTravelPenguin opened this issue Dec 4, 2024 · 1 comment
Closed

Comments

@TimeTravelPenguin
Copy link

I just spent a few hours tracking down why my logging wasn't working, and I believe it is because Symbolica has the following enabled feature flags:

tracing = {version = "0.1", features = ["max_level_trace", "release_max_level_warn"]}

My application allows for command line log verbosity, but this seems to be preventing me from showing any of my logs. And since I am trying to check some rough performance metrics, I need to use the release build.

The bevy crate seemed to have had the same problem in the past bevyengine/bevy#1206

@benruijl
Copy link
Owner

benruijl commented Dec 6, 2024

Fixed in fe31c83.

@benruijl benruijl closed this as completed Dec 6, 2024
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

2 participants