diff --git a/startup.sh b/startup.sh index 7a2e2384a9..a20703e189 100755 --- a/startup.sh +++ b/startup.sh @@ -11,6 +11,6 @@ mv -f $BASE_PATH/logs/evennia.log $BASE_PATH/logs/evennia.logs.old ## mode instead of having to uncomment crap. ## Interactive mode. Good for development and debugging. -#twistd --logfile=- --python=server.py +#twistd -n --logfile=logs/evennia.log --python=server.py ## Stand-alone mode. Good for running games. twistd --logfile=logs/evennia.log --python=server.py