Check log file permissions on start
Getting an issue where the log files are not writable because the server is being started by different users. We should check these files are writable and instead of spitting out endless write errors, just prevent the server from starting with a nice error message. This should prompt the user to try starting again as the correct user.