bevy/crates/bevy_diagnostic/src
Satellile 58b8f554a1
Fix LogDiagnosticsPlugin log target typo (#18534)
# Objective

For the LogDiagnosticsPlugin, the log target is "bevy diagnostic" with a
space; I think it may (?) be a typo intended to be "bevy_diagnostic"
with an underline.

I couldn't get filtering INFO level logs with work with this plugin,
changing this seems to produce the expected behavior.
2025-03-29 17:07:21 +00:00
..
diagnostic.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
entity_count_diagnostics_plugin.rs Replace DiagnosticId by DiagnosticPath (#9266) 2024-01-20 15:42:51 +00:00
frame_count_diagnostics_plugin.rs Remove bevy_core (#16897) 2024-12-19 18:36:51 +00:00
frame_time_diagnostics_plugin.rs Diagnostics smoothing factor fix (#17354) 2025-01-14 01:13:24 +00:00
lib.rs Add no_std support to bevy_diagnostic (#17507) 2025-01-23 05:20:34 +00:00
log_diagnostics_plugin.rs Fix LogDiagnosticsPlugin log target typo (#18534) 2025-03-29 17:07:21 +00:00
system_information_diagnostics_plugin.rs Update sysinfo version to 0.34.0 (#18581) 2025-03-28 00:00:27 +00:00