summaryrefslogtreecommitdiff
path: root/conf-tmpl/log_athena.conf
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-01-05 10:25:17 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-01-05 10:25:17 +0000
commit4280180ca690da7c6734db0d4bb3cea50ae2e980 (patch)
tree0788d8cb465a088a52426be911b9ba07eab17ac2 /conf-tmpl/log_athena.conf
parent647bf4578d482b8e17b15feb5aea5e1f9614fbba (diff)
downloadhercules-4280180ca690da7c6734db0d4bb3cea50ae2e980.tar.gz
hercules-4280180ca690da7c6734db0d4bb3cea50ae2e980.tar.bz2
hercules-4280180ca690da7c6734db0d4bb3cea50ae2e980.tar.xz
hercules-4280180ca690da7c6734db0d4bb3cea50ae2e980.zip
Fixed TXT logging
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@917 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/log_athena.conf')
-rw-r--r--conf-tmpl/log_athena.conf27
1 files changed, 18 insertions, 9 deletions
diff --git a/conf-tmpl/log_athena.conf b/conf-tmpl/log_athena.conf
index 4a90ca628..35f5eb055 100644
--- a/conf-tmpl/log_athena.conf
+++ b/conf-tmpl/log_athena.conf
@@ -37,6 +37,9 @@ log_zeny: 0
// Log GM Commands (set to minimum level of Logged Commands)
log_gm: 40
+// Log NPC 'logmes' commands
+log_npc: 0
+
// Dead Branch Log Table
log_branch_db: branchlog
@@ -65,32 +68,38 @@ log_vend_db: vendlog
// GM Log Table
log_gm_db: atcommandlog
+// NPC Log Table
+log_npc_db: npclog
+
// Dead Branch Log File
-log_branch: log/branchlog.log
+log_branch_file: log/branchlog.log
// Drop Log File
-log_drop: log/droplog.log
+log_drop_file: log/droplog.log
// MVP Drop File
-log_mvpdrop: log/mvplog.log
+log_mvpdrop_file: log/mvplog.log
// Present Drop File
-log_present: log/presentlog.log
+log_present_file: log/presentlog.log
// Produce Log File
-log_produce: log/producelog.log
+log_produce_file: log/producelog.log
// Refine Log File
-log_refine: log/refinelog.log
+log_refine_file: log/refinelog.log
// Trade Log File
-log_trade: log/tradelog.log
+log_trade_file: log/tradelog.log
// Vend Log File
-log_vend: log/vendlog.log
+log_vend_file: log/vendlog.log
// GM Log File
-log_gm: log/atcommandlog.log
+log_gm_file: log/atcommandlog.log
+
+// NPC Log File
+log_npc_file: log/npclog.log
import: conf/import/log_conf.txt \ No newline at end of file