0.5.1-pre.005
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: kb-app-demo-desktop/src/tauri.rs
|
||||
// version: 35
|
||||
// version: 36
|
||||
|
||||
//! Tauri runtime assembly and private command wrappers.
|
||||
|
||||
@@ -21,6 +21,7 @@ pub fn run() -> ks_core::Result<()> {
|
||||
tracing::info!(
|
||||
target: crate::TRACING_TARGET,
|
||||
config_path = app_state.config_path(),
|
||||
logging_config_path = app_state.logging_config_path(),
|
||||
active_profile = app_state.active_profile().name.as_str(),
|
||||
logging_routes = app_state.logging_route_count(),
|
||||
configured_profiles = app_state.app_config().profiles.len(),
|
||||
|
||||
Reference in New Issue
Block a user