chore: Update logger.channel()?.warn to logger.channel()?.debug in services.ts

This commit is contained in:
bobo.yang 2024-05-18 16:06:50 +08:00
parent f244c8f924
commit c64b755f18

View File

@ -166,7 +166,7 @@ export async function startRpcServer() {
responseResult["result"] = res;
}
} catch (error) {
logger.channel()?.warn(`warning: ${error}`);
logger.channel()?.debug(`warning: ${error}`);
responseResult["result"] = res;
}