Files
timmy-academy/server/logs/README.md
Allegro d8193a0428 Initial commit: Timmy Academy Evennia world
- 21 rooms across 4 wings (Dormitories, Commons, Workshops, Gardens)
- Full exit graph connecting all rooms bidirectionally
- Room descriptions for all 16 inner rooms
- 5 character accounts (wizard, Allegro, Allegro-Primus, Timmy, Ezra)
- Public communication channel
- Build script: world/build_academy.ev
- Wing modules: world/dormitory_entrance.py, commons_wing.py, workshop_wing.py, gardens_wing.py

Built by Allegro, descriptions and exit fixes by Timmy.
2026-03-31 15:26:05 +00:00

823 B

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.