diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-08 17:24:24 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-08 17:24:24 +0000 |
commit | e40f63571168bfa85567a9accbf53f12d8239af1 (patch) | |
tree | 50d2c29f3f66451dccc3b257a812ca82d7b3e3d6 /conf-tmpl | |
parent | 9429d119e2ce99e16687b1b785352cf5ad0d8ade (diff) | |
download | hercules-e40f63571168bfa85567a9accbf53f12d8239af1.tar.gz hercules-e40f63571168bfa85567a9accbf53f12d8239af1.tar.bz2 hercules-e40f63571168bfa85567a9accbf53f12d8239af1.tar.xz hercules-e40f63571168bfa85567a9accbf53f12d8239af1.zip |
* Added option to turn off login server logging
* Moved char server starting logging to after we've read the configuration file first
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@513 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/login_athena.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf-tmpl/login_athena.conf b/conf-tmpl/login_athena.conf index 547cc66df..d58ed3bf9 100644 --- a/conf-tmpl/login_athena.conf +++ b/conf-tmpl/login_athena.conf @@ -55,6 +55,9 @@ 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? +log_login: 1 + // Name of the file of that logs the unknown packets (for debug or hack check) login_log_unknown_packets_filename: log/login_unknown_packets.log |