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:
parent
38f8225a37
commit
87fb121427
4 changed files with 3 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue