<div>Hello!</div><div>š</div><div>Acceptor connections use "ClientHandlerThread" class, which uses "FileLog" to log its messages.</div><div>With my workflow, I have to restart/recreate fix applications, but I often face with file access related errors.</div><div>So I am trying to avoid where possible file system IO: I have implemented database log and message store, but "ClientHandlerThread" uses FileLog explicitly, so... i still face thread-related problems accessing those files.</div><div>š</div><div><strong>My question:</strong> am I missing something in the code and there is a way to disable filesystem IO completely (including "ClientHandlerThread") or I have to make changes to the source code? (really don't want to do it).</div><div>Thanks in advance!</div>