evennia/game/logs
Griatch c301ec4922 Putting the game/logs directory under version control since it seems some users don't auto-create this at server-start.
If you see problems with an already existing game/logs directory upon pulling this commit, remove the old one first (saving away old logs if necessary).
2012-07-06 10:09:53 +02:00
..
.empty Added empty log dir (mercurial don't allow that normally), as well as fixed an issue with i18n when starting without a settings.py file. 2011-09-13 10:18:20 +02:00
README Putting the game/logs directory under version control since it seems some users don't auto-create this at server-start. 2012-07-06 10:09:53 +02:00

This directory holds log files for the server.

portal.log        - logs from Portal (if run in daemon mode)
server.log        - logs from Server (if run in daemon mode)
http_requests.log - http request info (if running webserver/client)

All log files are rotated to their *.old version when the server is fully
stopped, then restarted again (i.e. not on normal reloads).