diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-05 09:18:20 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-05 09:18:20 +0000 |
commit | 3907b21df79b5c48c75ed90e91247184e0edf689 (patch) | |
tree | 98ab901e09291001c2341a973844d01c7737cd6a /conf | |
parent | ae34b88fc662651d0f42db5338dfa77f4ed97b82 (diff) | |
download | hercules-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')
-rw-r--r-- | conf/log_athena.conf | 2 | ||||
-rw-r--r-- | conf/login_athena.conf | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/conf/log_athena.conf b/conf/log_athena.conf index 043b28da9..ccad43221 100644 --- a/conf/log_athena.conf +++ b/conf/log_athena.conf @@ -99,7 +99,7 @@ log_chat: 0 // Dead Branch Log Table log_branch_db: branchlog -// Drops & Pickups Table +// Drops & Pickups Table log_pick_db: picklog // Zeny Table 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 |