-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Inconsistent use of tracing and bevy_log #11298
Copy link
Copy link
Closed
Labels
A-DiagnosticsLogging, crash handling, error reporting and performance analysisLogging, crash handling, error reporting and performance analysisC-Code-QualityA section of code that is hard to understand or changeA section of code that is hard to understand or change
Metadata
Metadata
Assignees
Labels
A-DiagnosticsLogging, crash handling, error reporting and performance analysisLogging, crash handling, error reporting and performance analysisC-Code-QualityA section of code that is hard to understand or changeA section of code that is hard to understand or change
Bevy seems to inconsistently switch between using
bevy_utils::tracingandbevy_log. It would be good to pick one and use it consistently throughout the project.