Browse Source

Added More Options To log configAdded GM Command Logs
Added TXT Logs + TXT Log Options

git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@196 54d463be-8e91-2dee-dedb-b68131a5f0ec

codemaster 20 years ago
parent
commit
66a12ee81e
1 changed files with 42 additions and 1 deletions
  1. 42 1
      conf-tmpl/log_athena.conf

+ 42 - 1
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
+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