diff --git a/tool4log.js b/tool4log.js index ed064bc..3c656b5 100644 --- a/tool4log.js +++ b/tool4log.js @@ -2,7 +2,7 @@ const colors = require('colors') module.exports = { cclog(...args) { - console.log(colors.grey({time: new Date().toJSON()}), ...args) + console.log(colors.blue({time: new Date().toJSON()}), ...args) }, ccinfo(...args) { console.info(colors.green({time: new Date().toJSON()}), ...args)