Downgraded to MiniProfiler 1.2
ConfigProvider now logs in Trace level rather than debug level
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using Ninject;
|
||||
using NLog;
|
||||
using NLog.Targets;
|
||||
using NLog.Targets.Wrappers;
|
||||
@@ -11,6 +12,7 @@ namespace NzbDrone.Core.Instrumentation
|
||||
{
|
||||
private readonly IDatabase _database;
|
||||
|
||||
[Inject]
|
||||
public DatabaseTarget(IDatabase database)
|
||||
{
|
||||
_database = database;
|
||||
|
||||
Reference in New Issue
Block a user