From c9394fe1fb1a8b910b51c3738b9410f7145a4237 Mon Sep 17 00:00:00 2001 From: Jorgen Dahl Date: Tue, 11 Apr 2023 09:43:11 -0400 Subject: [PATCH] Fix memory leak --- src/DynamoCore/Logging/DynamoLogger.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/DynamoCore/Logging/DynamoLogger.cs b/src/DynamoCore/Logging/DynamoLogger.cs index b9f04100bc2..2236e32fbec 100644 --- a/src/DynamoCore/Logging/DynamoLogger.cs +++ b/src/DynamoCore/Logging/DynamoLogger.cs @@ -227,7 +227,6 @@ public DynamoLogger(DebugSettings debugSettings, string logDirectory, Boolean is /// We want restrict logging in service mode to console only due to lambda limitations. /// TODO(DYN-5757): Review usage of isTestMode,isTestMode,isServiceMode across Dynamo and see how we can consildate all these flags. public DynamoLogger(DebugSettings debugSettings, string logDirectory, Boolean isTestMode, Boolean isCLIMode, Boolean isServiceMode) - : this(debugSettings, logDirectory, isTestMode) { lock (guardMutex) {