Skip to content

Commit 2bcc196

Browse files
committed
Fixed bug causing targets to be double-initizlied at startup of the framework
1 parent bec1ebf commit 2bcc196

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Source/NuLog/LoggerFactory.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,6 @@ public static void Initialize(LoggingConfig config = null, LogEventDispatcher di
219219
// Setup the dispatcher
220220
instance.InitializeDispatcher(dispatcher);
221221

222-
// Notify the configuration observers of a new configuration
223-
instance.LoggingConfig.NotifyObservers();
224-
225222
// Mark us as initialized
226223
instance.Initialized = true;
227224
}

0 commit comments

Comments
 (0)