v0.1.4-pre.006
This commit is contained in:
9
crates/ksp-app-config-desk/src/constants.rs
Normal file
9
crates/ksp-app-config-desk/src/constants.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
// file: crates/ksp-app-config-desk/src/constants.rs
|
||||
// version: 1
|
||||
|
||||
//! Application-owned tracing targets and domains.
|
||||
|
||||
/// Owning target for backend events emitted by Config Desk.
|
||||
pub(crate) const TRACING_TARGET: &str = "ksp-app-config-desk";
|
||||
/// Structured domain used while bootstrapping Config and Logging.
|
||||
pub(crate) const TRACING_DOMAIN_BOOTSTRAP: &str = "config.bootstrap";
|
||||
Reference in New Issue
Block a user