mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:40:44 +00:00
fix: lower the log level from info to debug (#70108)
This commit is contained in:
@@ -242,7 +242,7 @@ function prepareBundledChannelRuntimeRoot(params: {
|
||||
left.localeCompare(right),
|
||||
),
|
||||
);
|
||||
log.info(
|
||||
log.debug(
|
||||
`[channels] ${params.pluginId} installed bundled runtime deps: ${depsInstallResult.installedSpecs.join(", ")}`,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user