Skip to content

Commit

Permalink
Issue #38: Removed MemoryAppender in LogConfigurator (MtApiService)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdemydiuk committed Nov 25, 2016
1 parent 8e3f206 commit 7e821fc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions MTApiService/LogConfigurator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ public static void Setup(string profileName)
roller.ActivateOptions();
hierarchy.Root.AddAppender(roller);

var memory = new MemoryAppender();
memory.ActivateOptions();
hierarchy.Root.AddAppender(memory);

#if (DEBUG)
hierarchy.Root.Level = Level.Debug;
#else
Expand Down

0 comments on commit 7e821fc

Please sign in to comment.