summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-08-22 02:48:39 +0200
committerHaru <haru@dotalux.com>2016-08-22 03:33:11 +0200
commit95367b0951421ec0b9ba9fd22323eb75ec91decf (patch)
tree39dae7d59983fa46c33f987cea8229d430c861cf /conf
parent7174ca99be7f0113cb17bf9cb13eba50e4539fc0 (diff)
downloadhercules-95367b0951421ec0b9ba9fd22323eb75ec91decf.tar.gz
hercules-95367b0951421ec0b9ba9fd22323eb75ec91decf.tar.bz2
hercules-95367b0951421ec0b9ba9fd22323eb75ec91decf.tar.xz
hercules-95367b0951421ec0b9ba9fd22323eb75ec91decf.zip
Corrected an issue that caused the setting inter_configuration/log/log_inter to be ignored
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/common/inter-server.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/common/inter-server.conf b/conf/common/inter-server.conf
index 888d4ad80..18fd9d1e7 100644
--- a/conf/common/inter-server.conf
+++ b/conf/common/inter-server.conf
@@ -38,10 +38,10 @@ inter_configuration: {
// Log Inter Connections, etc.?
log_inter: true
- // Inter Log Filename
+ // [UNUSED] Inter Log Filename
inter_log_filename: "log/inter.log"
- // Log database SQL connection
+ // [LOGIN, MAP] Log database SQL connection
@include "conf/global/sql_connection.conf"
}