mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
fixed issue where series controller was still going to db for every file.
Increased log level tweaked connection string to sqlite
This commit is contained in:
parent
351f73b520
commit
cbfbb87926
3 changed files with 12 additions and 12 deletions
|
@ -31,7 +31,7 @@ namespace NzbDrone.Core.Instrumentation
|
|||
#endif
|
||||
var sonicTarget = CentralDispatch.NinjectKernel.Get<SubsonicTarget>();
|
||||
LogManager.Configuration.AddTarget("DbLogger", sonicTarget);
|
||||
LogManager.Configuration.LoggingRules.Add(new LoggingRule("*", LogLevel.Info, sonicTarget));
|
||||
LogManager.Configuration.LoggingRules.Add(new LoggingRule("*", LogLevel.Debug, sonicTarget));
|
||||
|
||||
LogManager.Configuration.Reload();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue