A WIP Evennia escape room themed MUD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jerry Aldrich 59f7cb3f04 Move things 3 years ago
..
README.md Move things 3 years ago

README.md

This directory contains Evennia's log files. The existence of this README.md file is also necessary to correctly include the log directory in git (since log files are ignored by git and you can't commit an empty directory).

  • server.log - log file from the game Server.
  • portal.log - log file from Portal proxy (internet facing)

Usually these logs are viewed together with evennia -l. They are also rotated every week so as not to be too big. Older log names will have a name appended by _month_date.

  • lockwarnings.log - warnings from the lock system.

  • http_requests.log - this will generally be empty unless turning on debugging inside the server.

  • channel_<channelname>.log - these are channel logs for the in-game channels They are also used by the /history flag in-game to get the latest message history.