Make Evennia start correctly on the latest version of Twisted. There is a logging snafu that exists with the latest Twisted, and it was only dumb luck that the server started on previous versions of the framework. The ticket detailing this problem is at: http://twistedmatrix.com/trac/ticket/3289

Let me know if this breaks your setup!
This commit is contained in:
Greg Taylor 2008-06-10 20:46:17 +00:00
parent 38f8225a37
commit 87fb121427
4 changed files with 3 additions and 7 deletions

View file

@ -21,9 +21,6 @@ MANAGERS = ADMINS
# The path that contains this settings.py file (no trailing slash).
BASE_PATH = '/home/evennia/evennia'
# The name of the server log file.
LOGFILE = '%s/logs/evennia.log' % (BASE_PATH)
# Absolute path to the directory that holds media (no trailing slash).
# Example: "/home/media/media.lawrence.com"
MEDIA_ROOT = '%s/media' % (BASE_PATH)