Merge pull request #526 from devchat-ai/update_log_error
Update log level from warn to debug in services.ts
This commit is contained in:
commit
8e31ea0ea8
@ -166,7 +166,7 @@ export async function startRpcServer() {
|
|||||||
responseResult["result"] = res;
|
responseResult["result"] = res;
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
logger.channel()?.warn(`warning: ${error}`);
|
logger.channel()?.debug(`warning: ${error}`);
|
||||||
responseResult["result"] = res;
|
responseResult["result"] = res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user