You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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#1206The text was updated successfully, but these errors were encountered: