Lam Wei Li

Results 176 comments of Lam Wei Li

Can I have more information? - log4js version? - Node.js version? - OS? Also, how about the `default.txt`? Is it the same as the `info.txt` screenshot?

> Tried with both `mode: 384` or `mode: 0o644`, none is working. > > ![image](https://user-images.githubusercontent.com/12556300/266196960-9e7f8425-a51a-4e92-b419-7bbe1f7d76c4.png) Hi, based on your code, which uses `mode: 384`, it works as intended. `384` ->...

Can you paste that entire line of the error? Or a screenshot would be fine as well.

What's your `log4js` version? Do you have a sample/stripped-down code to replicate the issue? You can upload the zip file here if you have it.

@xianping-yan, do you have more of the stack trace? Can you provide the log4js configuration? Or even better, can you upload a `sample.zip` for me to replicate?

It would seem that they are using the variable `location` but I would need some time to look into it.

Can you provide a sample `index.js` with your `log4js` configuration so that I can replicate it? I created a [`typescript.zip`](https://github.com/log4js-node/log4js-node/files/13640853/typescript.zip) project which works fine. Code: ```ts import * as log4js...