Description
When it fails, it successfully opens the server log file, but the auditing log file does not get created. The server log file is empty.
I can successfully start the server by using & instead of --fork, and everything appears to work properly, including both log files. Therefore, I suspect the problem lies in the interaction of the --fork code with the logging infrastructure code.