Downgraded to MiniProfiler 1.2

ConfigProvider now logs in Trace level rather than debug level
This commit is contained in:
kay.one 2011-06-23 21:17:49 -07:00
commit a9df506ef2
2 changed files with 4 additions and 2 deletions

View file

@ -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;