Disabling logging with log
crate and it's features doesn't work
#17226
Labels
A-Diagnostics
Logging, crash handling, error reporting and performance analysis
C-Bug
An unexpected or incorrect behavior
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
Bevy version
0.15.0
,0.15.1
What you did
This dependencies:
and this app (doesn't matter if it's
debug
orrelease
build):will print into console:
and then when we close the window:
What went wrong
Bevy's page says here that
log
's features can be used to disable logging below that level.This:
should disable all logging in
debug
/release
but I can still see logs in console.Using bevy's setup's features:
still result's in
info
logs in console inrelease
mode.The text was updated successfully, but these errors were encountered: