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:
boob.yang 2024-05-18 16:10:55 +08:00 committed by GitHub
commit 8e31ea0ea8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
}