summaryrefslogtreecommitdiff
path: root/src/game-server/main-game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/main-game.cpp')
-rw-r--r--src/game-server/main-game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/main-game.cpp b/src/game-server/main-game.cpp
index 8cd41699..cc968c13 100644
--- a/src/game-server/main-game.cpp
+++ b/src/game-server/main-game.cpp
@@ -165,7 +165,7 @@ static void initializeServer()
PHYSFS_init("");
// Initialize the logger.
- Logger::setLogFile(logFile);
+ Logger::setLogFile(logFile, true);
// Write the messages to both the screen and the log file.
Logger::setTeeMode(Configuration::getBoolValue("log_gameToStandardOutput",