chore: Update logger.channel()?.warn to logger.channel()?.debug in services.ts
This commit is contained in:
parent
f244c8f924
commit
c64b755f18
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user