pdeljanov / Symphonia

Pure Rust multimedia format demuxing, tag reading, and audio decoding library
Mozilla Public License 2.0
2.28k stars 133 forks source link

Annoying info printouts ! ?? #304

Open ethereumdegen opened 1 month ago

ethereumdegen commented 1 month ago

I am using bevy_kira_audio and loading some audio files and i see this console output every boot and its totally interfering with my ability to build my app. Thousands of lines of this

2024-07-23T23:02:56.099837Z  INFO symphonia_core::probe: found the format marker [52, 49, 46, 46] @ 0+2 bytes.    
2024-07-23T23:02:56.105192Z  INFO symphonia_core::probe: found the format marker [52, 49, 46, 46] @ 0+2 bytes.    
2024-07-23T23:02:56.110396Z  INFO symphonia_core::probe: found the format marker [52, 49, 46, 46] @ 0+2 bytes.    
2024-07-23T23:02:56.116531Z  INFO symphonia_core::probe: found the format marker [52, 49, 46, 46] @ 0+2 bytes.    

why ,...

qarmin commented 1 month ago

Your logger should allow to disable messages from certain modules