From 5642dea82f99181dce45b83b9e9bcfd6a903175b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 12 Apr 2021 10:57:46 -0300 Subject: 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) --- conf/map/logs.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'conf') 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 -- cgit v1.2.3-60-g2f50