Skip to content

Commit 2f362c3

Browse files
authored
Update event.js
1 parent 33bae0a commit 2f362c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

event.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const client = new lark.Client({
2121

2222
// 日志辅助函数,请贡献者使用此函数打印关键日志
2323
function logger(param) {
24-
console.warn(`[CF]`, param);
24+
console.debug(`[CF]`, param);
2525
}
2626

2727
// 回复消息

0 commit comments

Comments
 (0)