Currently, logging is pretty sparse and ad-hoc. The system needs better logging throughout the code from the obvious error level to an 'all commands' style output that dumps verbose levels of detail to the logfile.
Basically, this is a rework of the log level specification in the configuration file and a full code analysis to add logging where appropriate based on the specified level.
Adding detailed logging serves both the admins of games to see what is happening in the space system and also will aid the developers to determine where things are going wrong without the game admins having to be able to give us stack traces as novices.