mirror of https://github.com/openclaw/openclaw.git
fix: downgrade telegram autoSelectFamily log to debug
This commit is contained in:
parent
f5ede0f2bd
commit
7d7297f57f
|
|
@ -21,7 +21,7 @@ function applyTelegramNetworkWorkarounds(network?: TelegramNetworkConfig): void
|
|||
try {
|
||||
net.setDefaultAutoSelectFamily(decision.value);
|
||||
const label = decision.source ? ` (${decision.source})` : "";
|
||||
log.info(`telegram: autoSelectFamily=${decision.value}${label}`);
|
||||
log.debug(`telegram: autoSelectFamily=${decision.value}${label}`);
|
||||
} catch {
|
||||
// ignore if unsupported by the runtime
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue