MCPcopy Create free account
hub / github.com/apache/skywalking-php / setup_logging

Function setup_logging

tests/common/mod.rs:127–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125}
126
127fn setup_logging() {
128 let subscriber = FmtSubscriber::builder()
129 .with_max_level(Level::INFO)
130 .finish();
131
132 tracing::subscriber::set_global_default(subscriber).expect("setting default subscriber failed");
133}
134
135#[derive(Debug)]
136struct State {

Callers 1

setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected