mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Move the server log to a 'logs' directory so as not to add even more clutter to server root.
This commit is contained in:
parent
b63f69eed0
commit
eda1753740
1 changed files with 2 additions and 2 deletions
|
|
@ -8,10 +8,10 @@ export DJANGO_SETTINGS_MODULE="settings"
|
|||
PYTHON_BIN="python2.5"
|
||||
|
||||
## The name of your logfile.
|
||||
LOGNAME="evennia.log"
|
||||
LOGNAME="logs/evennia.log"
|
||||
## Where to put the last log file from the game's last running
|
||||
## on next startup.
|
||||
LOGNAME_OLD="evennia.log.old"
|
||||
LOGNAME_OLD="logs/evennia.log.old"
|
||||
mv $LOGNAME $LOGNAME_OLD
|
||||
|
||||
## There are several different ways you can run the server, read the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue