pub fn default_log_filter() -> String
Expand description
Determines the default log filter.
Native: Get RUST_LOG
environment variable or info
, if not set.
Also sets some other log levels on crates that are too loud.
Web: debug
since web console allows arbitrary filtering.