mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 16:51:29 +00:00
small fix for logdir
This commit is contained in:
parent
40845adbae
commit
11b3571965
@ -169,7 +169,7 @@ class EQEmuConfig : public XMLParser
|
||||
LogDir = "logs/";
|
||||
|
||||
// Launcher
|
||||
LogPrefix = "zone-";
|
||||
LogPrefix = "logs/zone-";
|
||||
LogSuffix = ".log";
|
||||
RestartWait = 10000; //milliseconds
|
||||
TerminateWait = 10000; //milliseconds
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user