From 76b827abe843bee3015418a094f9a92cfa37fbd0 Mon Sep 17 00:00:00 2001 From: codemaster Date: Mon, 15 Nov 2004 22:50:09 +0000 Subject: Added More Options To log configAdded GM Command Logs Added TXT Logs + TXT Log Options git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@196 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/log_athena.conf | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) (limited to 'conf-tmpl/log_athena.conf') diff --git a/conf-tmpl/log_athena.conf b/conf-tmpl/log_athena.conf index 005a6f1e9..1f7cd5e0e 100644 --- a/conf-tmpl/log_athena.conf +++ b/conf-tmpl/log_athena.conf @@ -1,5 +1,12 @@ // eAthena - Log Configuration File +// Enable Logs? +enable_logs: 1 + +// Use MySQL Logs? (SQL Version Only) +sql_logs: 0 + + // Log Dead Branch Usage log_branch: 0 @@ -27,6 +34,9 @@ log_vend: 0 // Log Zeny Trades log_zeny: 0 +// Log GM Commands (set to minimum level of Logged Commands) +log_gm: 40 + // Dead Branch Log Table log_branch_db: branchlog @@ -50,4 +60,35 @@ log_refine_db: refinelog log_trade_db: tradelog // Vend Log Table -log_vend_db: vendlog \ No newline at end of file +log_vend_db: vendlog + +// GM Log Table +log_gm_db: atcommandlog + + +// Dead Branch Log File +log_branch: log/branchlog.log + +// Drop Log File +log_drop: log/droplog.log + +// MVP Drop File +log_mvpdrop: log/mvplog.log + +// Present Drop File +log_present: log/presentlog.log + +// Produce Log File +log_produce: log/producelog.log + +// Refine Log File +log_refine: log/refinelog.log + +// Trade Log File +log_trade: log/tradelog.log + +// Vend Log File +log_vend: log/vendlog.log + +// GM Log File +log_gm: log/atcommandlog.log \ No newline at end of file -- cgit v1.2.3-70-g09d2