Thread: Mysql Logging
View Single Post
  #1  
Old 03-20-2004, 05:57 AM
m0oni9
Hill Giant
 
Join Date: Dec 2003
Posts: 166
Default Mysql Logging

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.
Reply With Quote