1pub use tracing::*; 2 3pub fn init_tracing_subscriber_log() { 4 tracing_browser_subscriber::configure_as_global_default(); 5}