diff --git a/OpenSim/Framework/WebUtil.cs b/OpenSim/Framework/WebUtil.cs index 1a9d9cc1e5..744e732e44 100644 --- a/OpenSim/Framework/WebUtil.cs +++ b/OpenSim/Framework/WebUtil.cs @@ -333,7 +333,7 @@ namespace OpenSim.Framework [MethodImpl(MethodImplOptions.AggressiveInlining)] public static void LogOutgoingDetail(string context, string output) { - if (DebugLevel == 5) + if (DebugLevel >= 5) { if (output.Length > MaxRequestDiagLength) output = output[..MaxRequestDiagLength] + "...";