diff options
author | shennetsind <ind@henn.et> | 2013-08-22 17:02:10 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-08-22 17:02:10 -0300 |
commit | 0a6066ff2879b59ca2b9249bb96d914254990978 (patch) | |
tree | 96a556e7129dd57ca92c527c174b3b8f3279f438 /conf | |
parent | 7f9f6e1b84061a7d393debf37395c8b4a2667db1 (diff) | |
download | hercules-0a6066ff2879b59ca2b9249bb96d914254990978.tar.gz hercules-0a6066ff2879b59ca2b9249bb96d914254990978.tar.bz2 hercules-0a6066ff2879b59ca2b9249bb96d914254990978.tar.xz hercules-0a6066ff2879b59ca2b9249bb96d914254990978.zip |
Dropped unused login_log_filename setting
Closes #76
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/login-server.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/login-server.conf b/conf/login-server.conf index 37dbef821..5a5a3e049 100644 --- a/conf/login-server.conf +++ b/conf/login-server.conf @@ -47,9 +47,6 @@ new_acc_length_limit: yes allowed_regs: 1 time_allowed: 10 -// Log Filename. All operations received by the server are logged in this file. -login_log_filename: log/login.log - // To log the login server? // NOTE: The login-sql server needs the login logs to enable dynamic pass failure bans. log_login: yes |