mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Downgraded to MiniProfiler 1.2
ConfigProvider now logs in Trace level rather than debug level
This commit is contained in:
parent
7d706a3304
commit
a9df506ef2
2 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue