Skip to main content

DEFAULT_FILTER

Constant DEFAULT_FILTER 

Source
pub const DEFAULT_FILTER: &str = "info,breez_sdk_spark=debug,breez_sdk_common=debug,breez_sdk_spark_wasm=debug,breez_sdk_spark_bindings=debug,spark=debug,spark_wallet=debug,spark_postgres=debug,spark_mysql=debug,flashnet=debug,platform_utils=debug,h2=warn,rustls=warn,rustyline=warn,hyper=warn,hyper_util=warn,tower=warn,Connection=warn,tonic=warn";
Expand description

Default tracing filter: info globally, debug for first-party crates, and noisy third-party crates silenced below warn. Shared with the WASM bindings so both default to the same behaviour.