v0.2.5-pre.010.fix.001
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
// file: crates/ksp-logging-lib/tests/runtime.rs
|
||||
// version: 9
|
||||
// version: 10
|
||||
|
||||
//! Integration tests for global initialization, takeover filtering, non-blocking outputs and hot reload.
|
||||
|
||||
const EXTERNAL_TARGET: &str = "sqlx";
|
||||
const JSON_KSP_TARGET: &str = "ksp-logging-json-test";
|
||||
const LOGGING_TARGET: &str = "ksp-logging-lib";
|
||||
const OTHER_KSP_TARGET: &str = "ksp-store-lib";
|
||||
const JSON_KSP_TARGET: &str = "ksp-logging-json-test";
|
||||
const EXTERNAL_TARGET: &str = "sqlx";
|
||||
|
||||
fn logging_trace_enabled() -> bool {
|
||||
return tracing::enabled!(target: LOGGING_TARGET, tracing::Level::TRACE);
|
||||
|
||||
Reference in New Issue
Block a user