summaryrefslogtreecommitdiff
path: root/conf/login_athena.conf
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-05 09:18:20 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-05 09:18:20 +0000
commit3907b21df79b5c48c75ed90e91247184e0edf689 (patch)
tree98ab901e09291001c2341a973844d01c7737cd6a /conf/login_athena.conf
parentae34b88fc662651d0f42db5338dfa77f4ed97b82 (diff)
downloadhercules-3907b21df79b5c48c75ed90e91247184e0edf689.tar.gz
hercules-3907b21df79b5c48c75ed90e91247184e0edf689.tar.bz2
hercules-3907b21df79b5c48c75ed90e91247184e0edf689.tar.xz
hercules-3907b21df79b5c48c75ed90e91247184e0edf689.zip
Added back the login_log() function for txt (removed in r11826).
Merged the logging functionality for txt and sql. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12489 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/login_athena.conf')
-rw-r--r--conf/login_athena.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/login_athena.conf b/conf/login_athena.conf
index 280c3717c..d632c224c 100644
--- a/conf/login_athena.conf
+++ b/conf/login_athena.conf
@@ -69,6 +69,9 @@ gm_account_filename: conf/GM_account.txt
// (in seconds; default: 15; value: 0 (disabled), or 2 or more)
gm_account_filename_check_timer: 15
+// 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