Skip to content

Commit

Permalink
Update event.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bestony authored Mar 4, 2023
1 parent 33bae0a commit 2f362c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const client = new lark.Client({

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

// 回复消息
Expand Down

0 comments on commit 2f362c3

Please sign in to comment.