浏览代码

Fixes name

craigsdennis 9 年之前
父节点
当前提交
7c86f8ecf7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      back-end/logger.js

+ 1 - 1
back-end/logger.js

@@ -2,4 +2,4 @@
 
 const bunyan = require("bunyan");
 
-module.exports = bunyan.createLogger({name: "especially-flasher"});
+module.exports = bunyan.createLogger({name: "flasher.js"});