I'm sure that a github issue is not the appropriate place for this, so I apologize, but I can't find any other place to ask the question.
I know that reloading on config file changes has been removed from log4js, but I am trying to do it myself and I am struggling to figure out how to do this without getting errors. Also, searching github repos for log4js and chokidar or watchr gives no results which makes me think this is not something many people are trying to do?
Is there a sample somewhere that could be added to the documentation to show how to do this? I am trying to use chokidar to do this but no matter what I try I end up with errors due to write operations occurring after the shutdown occurs.