be less verbose in the log

This commit is contained in:
Enno Rehling 2017-12-17 14:23:50 +01:00
parent 4eed2abd71
commit efa7b16c87
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ fi
cd $ERESSEA/game-$GAME cd $ERESSEA/game-$GAME
echo "running turn $TURN, game $GAME" echo "running turn $TURN, game $GAME"
$ERESSEA/server/bin/eressea -v3 -t $TURN run-turn.lua $ERESSEA/server/bin/eressea -t $TURN run-turn.lua
mkdir -p log mkdir -p log
ln -f eressea.log log/eressea.log.$TURN ln -f eressea.log log/eressea.log.$TURN