Refactoring of BNetServer

This commit is contained in:
hondacrx
2020-07-12 00:06:43 -04:00
parent 4164384b72
commit 581d077acd
318 changed files with 2046 additions and 4694 deletions
+9 -9
View File
@@ -4,15 +4,6 @@
###################################################################################################
# BNet SERVER SETTINGS
#
# LogsDir
# Description: Logs directory setting.
# Important: LogsDir needs to be quoted, as the string might contain space characters.
# Logs directory must exists, or log file creation will be disabled.
# Default: "Logs" - (Log files will be stored in the current path)
LogsDir = "Logs"
#
# BattlenetPort
# Description: TCP port to reach the auth server for battle.net connections.
@@ -177,6 +168,15 @@ Updates.CleanDeadRefMaxCount = 3
###################################################################################################
#
# LOGGING SYSTEM SETTINGS
#
# LogsDir
# Description: Logs directory setting.
# Important: LogsDir needs to be quoted, as the string might contain space characters.
# Logs directory must exists, or log file creation will be disabled.
# Default: "Logs" - (Log files will be stored in the current path)
LogsDir = "Logs"
#
# Appender config values: Given a appender "name"
# Appender.name