From 71028a89e92ecd1eb470f7d0caaedfe1ec2a2a58 Mon Sep 17 00:00:00 2001 From: iTracerFacer <134304944+iTracerFacer@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:06:11 -0600 Subject: [PATCH] Set logging back to 1 --- Moose_CTLD.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Moose_CTLD.lua b/Moose_CTLD.lua index defeedb..39b17e6 100644 --- a/Moose_CTLD.lua +++ b/Moose_CTLD.lua @@ -19,7 +19,7 @@ -- MOOSE framework globals are defined at runtime by DCS World --#region Config -_DEBUG = true +_DEBUG = false local CTLD = {} CTLD.Version = '1.0.2' CTLD.__index = CTLD @@ -365,7 +365,7 @@ CTLD.Config = { -- 2 = INFO - Important state changes, initialization, cleanup (default for production) -- 3 = VERBOSE - Detailed operational info (zone validation, menus, builds, MEDEVAC events) -- 4 = DEBUG - Everything including hover checks, crate pickups, detailed troop spawns - LogLevel = 4, -- lowered from DEBUG (4) to INFO (2) for production performance + LogLevel = 1, -- lowered from DEBUG (4) to INFO (2) for production performance MessageDuration = 15, -- seconds for on-screen messages -- Debug toggles for detailed crate proximity logging (useful when tuning hover coach / ground autoload)