Lam Wei Li

Results 176 comments of Lam Wei Li

Thanks, @ZachHaber! Alternatively, if your project is in ESM and your custom appender can be in CommonJS, rename your custom appender to have the `.cjs` extension - https://github.com/log4js-node/log4js-node/issues/1277#issuecomment-1173149974.

I'm not sure if this would help, but worth a try. nuxt.config.js --- ```diff build: { extend (config, { isDev, isClient }) { + config.node: { + fs: 'empty', +...

@udithishara @Ken-Scofield Does the above comment resolve your issue?

Perhaps, you should be looking at https://github.com/stritti/log4js instead.

Maybe we should emit some sort of events within log4js instead of silently logging, to provide an option for developers who wish to listen/handle such events.

@UmaSakthi13, you should provide the full stack trace which looks like the following: ``` Uncaught TypeError: Cannot read property 'name' of undefined at exports.fromCallback (/home/user/test/node_modules/universalify/index.js:15:26) at Object. (::) at Module._compile...

This PR looks promising but would need @sogaani to resolve the conflicts or rebase.

> This PR looks promising but would need @sogaani to resolve the conflicts or rebase. @rimiti, I have taken the liberty to create a new PR #793 which is based...