diff options
Diffstat (limited to 'conf/log_athena.conf')
-rw-r--r-- | conf/log_athena.conf | 36 |
1 files changed, 12 insertions, 24 deletions
diff --git a/conf/log_athena.conf b/conf/log_athena.conf index 13174a018..16430884c 100644 --- a/conf/log_athena.conf +++ b/conf/log_athena.conf @@ -110,36 +110,24 @@ log_chat: 0 // Disable chat logging when WoE is running? (Note 1) log_chat_woe_disable: no -// Logging tables/files +// Logging files/tables // Following settings specify where to log to. If 'sql_logs' is // enabled, SQL tables are assumed, otherwise flat files. -// Dead Branch Log +log_gm_db: log/atcommandlog.log log_branch_db: log/branchlog.log -//log_branch_db: branchlog - -// Drops & Pickups -log_pick_db: log/picklog.log -//log_pick_db: picklog - -// Zeny -log_zeny_db: log/zenylog.log -//log_zeny_db: zenylog - -// MVP Drops +log_chat_db: log/chatlog.log log_mvpdrop_db: log/mvplog.log -//log_mvpdrop_db: mvplog - -// GM Log -log_gm_db: log/atcommandlog.log -//log_gm_db: atcommandlog - -// NPC Log log_npc_db: log/npclog.log -//log_npc_db: npclog +log_pick_db: log/picklog.log +log_zeny_db: log/zenylog.log -// CHAT Log -log_chat_db: log/chatlog.log -//log_chat_db: chatlog +// 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 |