v0.2.6-pre.012
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: crates/ksp-app-wallet-desk/src/constants.rs
|
||||
// version: 7
|
||||
// version: 8
|
||||
|
||||
//! Logging targets, domains and composite component identifiers owned by Wallet Desk.
|
||||
|
||||
@@ -19,6 +19,8 @@ pub(crate) const TRACING_DOMAIN_SHELL: &str = "wallet.shell";
|
||||
pub(crate) const TRACING_DOMAIN_TRANSPORT: &str = "wallet.transport";
|
||||
/// Structured domain used while preparing Wallet filesystem roots.
|
||||
pub(crate) const TRACING_DOMAIN_WALLET_CONFIG: &str = "wallet.config";
|
||||
/// Structured domain used by native-save-picker OWNER transfer export operations.
|
||||
pub(crate) const TRACING_DOMAIN_WALLET_EXPORT: &str = "wallet.export";
|
||||
/// Structured domain used by native-picker Wallet transfer import operations.
|
||||
pub(crate) const TRACING_DOMAIN_WALLET_IMPORT: &str = "wallet.import";
|
||||
/// Structured domain used while enumerating and inspecting locked Wallet files.
|
||||
|
||||
Reference in New Issue
Block a user