diff options
author | codemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-15 22:50:09 +0000 |
---|---|---|
committer | codemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-15 22:50:09 +0000 |
commit | 76b827abe843bee3015418a094f9a92cfa37fbd0 (patch) | |
tree | e5265ebc8eb444498735c7f29b3cabc722d24e86 /conf-tmpl/log_athena.conf | |
parent | ffc0cf64aaababedef5dfdd3c2ef16a534fa8b06 (diff) | |
download | hercules-76b827abe843bee3015418a094f9a92cfa37fbd0.tar.gz hercules-76b827abe843bee3015418a094f9a92cfa37fbd0.tar.bz2 hercules-76b827abe843bee3015418a094f9a92cfa37fbd0.tar.xz hercules-76b827abe843bee3015418a094f9a92cfa37fbd0.zip |
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
Diffstat (limited to 'conf-tmpl/log_athena.conf')
-rw-r--r-- | conf-tmpl/log_athena.conf | 43 |
1 files changed, 42 insertions, 1 deletions
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 |