ignore WithReadDb() calls in mono

This commit is contained in:
kay.one 2013-02-17 08:23:53 -08:00
commit 177f88303c
5 changed files with 8 additions and 12 deletions

View file

@ -22,7 +22,7 @@ namespace NzbDrone.Core.Instrumentation
private static object GetLogger(Type type)
{
const string STRING_TO_REMOVE = "SyntikX";
const string STRING_TO_REMOVE = "NzbDrone";
var loggerName = type.FullName;
if (loggerName.StartsWith(STRING_TO_REMOVE))