Questions tagged [log4js-node]

log4js-node is a logging framework for Node.js. (Not to be confused with log4js, since log4js-node is a different software.)

log4js-node is a conversion of the log4js framework to work with node.

121 questions
-1
votes
1 answer

How i should change this log4js

How i should change this : log4js.configure({ appenders: [ { type: 'console' }, { type: 'file', filename: 'logs/site.log' } ] }); Because i get this error that: Error: Problem with log4js configuration: ({ appenders: […
1 2 3
8
9