We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a083808 commit 274eaf6Copy full SHA for 274eaf6
scripts/merge-configs.js
@@ -34,6 +34,6 @@ hexo.on('generateBefore', function () {
34
*/
35
require("./lazyload").lazyload(hexo);
36
37
- this.log.info("Configs:\n", hexo.theme.config);
+ this.log.debug("Configs:\n", hexo.theme.config);
38
39
});
0 commit comments