mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
ignore WithReadDb() calls in mono
This commit is contained in:
parent
aeae9d75d1
commit
177f88303c
5 changed files with 8 additions and 12 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue