summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-12 10:57:46 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-12 10:57:46 -0300
commit5642dea82f99181dce45b83b9e9bcfd6a903175b (patch)
treef317834c49cfc4d310dd547589ac3a0724da2213 /conf
parent39415877d0a5de26560db25c766c2f8b77528a1f (diff)
downloadserverdata-5642dea82f99181dce45b83b9e9bcfd6a903175b.tar.gz
serverdata-5642dea82f99181dce45b83b9e9bcfd6a903175b.tar.bz2
serverdata-5642dea82f99181dce45b83b9e9bcfd6a903175b.tar.xz
serverdata-5642dea82f99181dce45b83b9e9bcfd6a903175b.zip
Enable some logging and keep it around for a short period because whinners.
Chat log retention: 24~48 hours item log retention: 2 months (same for money)
Diffstat (limited to 'conf')
-rw-r--r--conf/map/logs.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/map/logs.conf b/conf/map/logs.conf
index 654209b7..85e110f2 100644
--- a/conf/map/logs.conf
+++ b/conf/map/logs.conf
@@ -67,7 +67,7 @@ map_log: {
// 0x20000000 - (3) Achievements
// Example: Log trades+vending+script items+created items: 1+2+32+1024 = 1059
// Please note that moving items from inventory to cart and back is not logged by design.
- enable: 0xFFFFFFFF
+ enable: 0xFFDF7FF
// Logging files/tables
// Following settings specify where to log to. If 'use_sql' is
@@ -100,7 +100,7 @@ map_log: {
// Track Zeny Changes
// Filter settings
// 0 - don't log; 1 - log any zeny changes; 2.....1000000 - minimal absolute logging zeny value
- log_zeny: 0
+ log_zeny: 1
// Log MVP Monster Drops (Note 1)
// Outdated. Use Pick_Log instead. But this log could be useful to keep track slayed MVPs
@@ -112,7 +112,7 @@ map_log: {
log_commands: true
// Log NPC 'logmes' commands (Note 1)
- log_npc: false
+ log_npc: true
// Logging filters
filter: {
@@ -173,7 +173,7 @@ map_log: {
// log_chat: 0x2f = logs everything
// FIXME: This isn't fully functional, as of now it's only checking
// if the log is active or not [Panikon]
- log_chat: 0x0
+ log_chat: 0x11
// Disable chat logging when WoE is running? (Note 1)
log_chat_woe_disable: false