mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
some subsonic cleanup
This commit is contained in:
parent
a28277af61
commit
1e73138f6d
8 changed files with 22 additions and 8 deletions
|
@ -76,6 +76,7 @@ namespace NzbDrone.Core.Test
|
|||
var sonicRepo = MockLib.GetEmptyRepository();
|
||||
|
||||
var sonicTarget = new SubsonicTarget(sonicRepo);
|
||||
|
||||
LogManager.Configuration.AddTarget("DbLogger", sonicTarget);
|
||||
LogManager.Configuration.LoggingRules.Add(new LoggingRule("*", NLog.LogLevel.Info, sonicTarget));
|
||||
LogManager.Configuration.Reload();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue