diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-28 05:14:08 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-28 05:14:08 +0000 |
commit | 6cf5cea8ac4f20d331ffb066bdb99f8e605e3865 (patch) | |
tree | 0046d50c55dd50b1aadcd2b1035c5d3dbe334a7e /conf/log_athena.conf | |
parent | 0c5213b87e15f3a513bd24ab7da5fc1d94c47180 (diff) | |
download | hercules-6cf5cea8ac4f20d331ffb066bdb99f8e605e3865.tar.gz hercules-6cf5cea8ac4f20d331ffb066bdb99f8e605e3865.tar.bz2 hercules-6cf5cea8ac4f20d331ffb066bdb99f8e605e3865.tar.xz hercules-6cf5cea8ac4f20d331ffb066bdb99f8e605e3865.zip |
- Changed the default log type to SQL. (tid:62476)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16351 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/log_athena.conf')
-rw-r--r-- | conf/log_athena.conf | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/conf/log_athena.conf b/conf/log_athena.conf index 16430884c..bbe2f55c2 100644 --- a/conf/log_athena.conf +++ b/conf/log_athena.conf @@ -32,7 +32,7 @@ enable_logs: 0xFFFFF // Use MySQL Logs? [SQL Version Only] (Note 1) -sql_logs: no +sql_logs: yes // LOGGING FILTERS // ============================================================= @@ -114,20 +114,20 @@ log_chat_woe_disable: no // Following settings specify where to log to. If 'sql_logs' is // enabled, SQL tables are assumed, otherwise flat files. -log_gm_db: log/atcommandlog.log -log_branch_db: log/branchlog.log -log_chat_db: log/chatlog.log -log_mvpdrop_db: log/mvplog.log -log_npc_db: log/npclog.log -log_pick_db: log/picklog.log -log_zeny_db: log/zenylog.log - -// log_gm_db: atcommandlog -// log_branch_db: branchlog -// log_chat_db: chatlog -// log_mvpdrop_db: mvplog -// log_npc_db: npclog -// log_pick_db: picklog -// log_zeny_db: zenylog +// log_gm_db: log/atcommandlog.log +// log_branch_db: log/branchlog.log +// log_chat_db: log/chatlog.log +// log_mvpdrop_db: log/mvplog.log +// log_npc_db: log/npclog.log +// log_pick_db: log/picklog.log +// log_zeny_db: log/zenylog.log + +log_gm_db: atcommandlog +log_branch_db: branchlog +log_chat_db: chatlog +log_mvpdrop_db: mvplog +log_npc_db: npclog +log_pick_db: picklog +log_zeny_db: zenylog import: conf/import/log_conf.txt |