diff options
Diffstat (limited to 'conf/common')
-rw-r--r-- | conf/common/inter-server.conf | 4 |
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" } |