app-server: expose plugin timing log under desktop defaults

This commit is contained in:
xli-oai
2026-05-06 10:59:20 -07:00
parent 34f09a0ca1
commit d923e47cb9

View File

@@ -487,7 +487,7 @@ impl PluginRequestProcessor {
.map(|marketplace| marketplace.plugins.len())
.sum::<usize>();
info!(
warn!(
roots_count,
total_ms = total_started_at.elapsed().as_millis(),
load_config_ms,