我如何运行脚本:


  节点site.js


我得到的错误:


  抛出新错误(Problem with log4js configuration: (${util.inspect(this.candida depth: 5 })}) +
          ^错误:log4js配置存在问题:({附加器:[{类型:'控制台'},
       {type:'file',filename:'logs / site.log'}]})-必须具有属性“ appenders” ype对象。
      在tests.forEach(/home/bot/node_modules/log4js/lib/configuration.js:43:15)
      在Array.forEach(本机)
      在Configuration.throwExceptionIf(/home/bot/node_modules/log4js/lib/configuration.j11)
      在新配置下(/home/bot/node_modules/log4js/lib/configuration.js:203:10)
      在Object.configure(/home/bot/node_modules/log4js/lib/log4js.js:205:12)
      在对象。 (/home/bot/site.js:36:8)
      在Module._compile(module.js:577:32)
      在Object.Module._extensions..js(module.js:586:10)
      在Module.load(module.js:494:32)
      在tryModuleLoad(module.js:453:12)


我不知道该怎么做才能解决此问题,有人可以帮助我吗?

最佳答案

我只需要将site.js文件中的Appender部分从版本v1更新到版本v2!

09-17 13:54