Skip to content

Commit 274eaf6

Browse files
committed
⚡ 修改配置输出日志等级
1 parent a083808 commit 274eaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/merge-configs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ hexo.on('generateBefore', function () {
3434
*/
3535
require("./lazyload").lazyload(hexo);
3636

37-
this.log.info("Configs:\n", hexo.theme.config);
37+
this.log.debug("Configs:\n", hexo.theme.config);
3838

3939
});

0 commit comments

Comments
 (0)