PennMUSH Community
Show
Ignore:
Timestamp:
07/08/07 20:50:12 (1 year ago)
Author:
shawnw
Message:

Merged 1.8.3p4 into trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/game/log/README

    r258 r1032  
    11Server log files are usually kept here. 
     2 
     3What they're used for: 
     4 
     5checkpt.log: 
     6        Database saves are recorded here. 
     7 
     8command.log: 
     9        Logging of SUSPECT player activity and other command logging. 
     10 
     11connect.log: 
     12        All connections and disconnections are recorded here. 
     13 
     14netmush.log: 
     15        General server messages and errors. 
     16 
     17trace.log: 
     18        Memory allocation stats and errors are recorded here. 
     19 
     20wizard.log: 
     21        Logs of game-altering things done by wizards, and things done TO 
     22        them.