fix: lower the log level from info to debug (#70108)

This commit is contained in:
Sliverp
2026-04-22 17:58:49 +08:00
committed by GitHub
parent fbdf502e08
commit e36e0e8ad2

View File

@@ -242,7 +242,7 @@ function prepareBundledChannelRuntimeRoot(params: {
left.localeCompare(right),
),
);
log.info(
log.debug(
`[channels] ${params.pluginId} installed bundled runtime deps: ${depsInstallResult.installedSpecs.join(", ")}`,
);
}