From a93565b6da3cea5d46a9ff72049cdd4de21d48c6 Mon Sep 17 00:00:00 2001 From: gabrielfoo <62894711+gabrielfoo@users.noreply.github.com> Date: Wed, 11 Nov 2020 20:13:20 +0800 Subject: [PATCH] fix(Docker): fix log files not being generated in Docker setups (#3680) --- docker/authserver/etc/authserver.conf.dockerdist | 3 ++- docker/worldserver/etc/worldserver.conf.dockerdist | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docker/authserver/etc/authserver.conf.dockerdist b/docker/authserver/etc/authserver.conf.dockerdist index bebf9cf15..fdfa1cc69 100644 --- a/docker/authserver/etc/authserver.conf.dockerdist +++ b/docker/authserver/etc/authserver.conf.dockerdist @@ -4,7 +4,8 @@ [authserver] # Do not change this -LogsDir = "/azeroth-server/logs" # will reflect on your host directory: docker/worldserver/logs +# Files in LogsDir will reflect on your host directory: docker/authserver/logs +LogsDir = "/azeroth-server/logs" # Change this configuration accordingly with your docker setup # The format is "hostname;port;username;password;database": diff --git a/docker/worldserver/etc/worldserver.conf.dockerdist b/docker/worldserver/etc/worldserver.conf.dockerdist index 1212367db..854cbb3c3 100644 --- a/docker/worldserver/etc/worldserver.conf.dockerdist +++ b/docker/worldserver/etc/worldserver.conf.dockerdist @@ -4,7 +4,8 @@ [worldserver] # Do NOT change those Dir configs -LogsDir = "/azeroth-server/logs" # will reflect on your host directory: docker/worldserver/logs +# Files in LogsDir will reflect on your host directory: docker/worldserver/logs +LogsDir = "/azeroth-server/logs" DataDir = "/azeroth-server/data" # Change this configuration accordingly with your docker setup