Right now, things just sort of get dumped to console/text file. With mysql logging, some messages would remain this way, but in addition categories can be created to log different things. For instance:
- Player looting corpse
Player deaths
Items received by player
Items traded by player
etc.
Logging could be centralized on a single server in this case, and creating database queries to investigate situations would be manageable.