From e36e0e8ad2dfc8abe6c0559cc194c714fd88839c Mon Sep 17 00:00:00 2001 From: Sliverp <38134380+sliverp@users.noreply.github.com> Date: Wed, 22 Apr 2026 17:58:49 +0800 Subject: [PATCH] fix: lower the log level from info to debug (#70108) --- src/channels/plugins/bundled.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/channels/plugins/bundled.ts b/src/channels/plugins/bundled.ts index 50ed68e094a..ea3be4778c3 100644 --- a/src/channels/plugins/bundled.ts +++ b/src/channels/plugins/bundled.ts @@ -242,7 +242,7 @@ function prepareBundledChannelRuntimeRoot(params: { left.localeCompare(right), ), ); - log.info( + log.debug( `[channels] ${params.pluginId} installed bundled runtime deps: ${depsInstallResult.installedSpecs.join(", ")}`, ); }