Lam Wei Li

Results 176 comments of Lam Wei Li

I am able to replicate the side-tracked issue with `[email protected]` (only changing `numBackups` to `daysToKeep`). While it doesn't seem to be a regression from `6.4.0`, it might still be an...

@nechamireichman, based on @konser80's reply: > Thank you for the answer. I found circular dependency in my project, it solved this problem. But i found new small bug

@bdparkhurst For which version of NodeJS and log4js?

@bdparkhurst I managed to replicate. In my scenario, the `logs` folder does not exist and it seems like `log4js` does not create the folder (broken), and it resulted in the...

@nechamireichman Apologies, while I am able to replicate @bdparkhurst's issue (`fileSync` appender), I am unable to replicate your scenario (`file` appender). I have tested that for `file` appender, it will...

For clarity, there are 4 sub-issues. - [X] 1. By @konser80 `Error: ENOENT: no such file or directory, lstat` (`dateFile` appender) Invalid due to circular dependency within his project. -...

@nechamireichman, do you have any updates to the above comment? Does the issue still arise if you use `[email protected]`?

@thegobot Would using `JSON.stringify(myObject, null, 2)` manually suffice? # Using your changes (hard-coded to `depth=4`) ```javascript const myObject = {"a":"a","b":{"c":"c","d":{"e":"e","f":{"g":"g","h":{"i":"i","j":{"k":"k"}}}}}}; const log4js = require("log4js"); const logger = log4js.getLogger(); logger.level =...