koa-log4js icon indicating copy to clipboard operation
koa-log4js copied to clipboard

log4js-node supports Koa-middleware

Results 5 koa-log4js issues
Sort by recently updated
recently updated
newest added

The latest version was released 3 years ago. Are there any plans to release a new version?

when i start my project.it throw new Error :must have a property "appenders" of type object. do you know how can i slove the problem? thank you very much. Error:...

when log4js update to 2.5.1 have Error `TypeError: Cannot read property 'getLevel' of undefined` there have a Issuse https://github.com/log4js-node/log4js-node/pull/648

The code support custom_tokens, but if the replacement is something like `ctx.request.body`, I can't pass the option just like: ``` app.use(log4js.koaLogger(log4js.getLogger("http"), { level: 'auto', tokens: [ { token: ':body', replacement:...

Hi dominhhai, After upgrading koa-log4js to 2.2.0, it could not work well as complaining: ` \node_modules\.2.2.0@koa-log4\koa-logger.js:50 return async (ctx, next) => { ^ SyntaxError: Unexpected token ( at Object.exports.runInThisContext (vm.js:76:16)...