New: Config file setting to disable log database (#2123)

Co-authored-by: sillock1 <jprest97@gmail.com>
This commit is contained in:
Jared
2024-05-07 16:52:02 +00:00
committed by GitHub
parent dd21d9b521
commit 649a03e5a0
11 changed files with 66 additions and 8 deletions

View File

@@ -30,6 +30,7 @@ namespace NzbDrone.Common.Test
.AddNzbDroneLogger()
.AutoAddServices(Bootstrap.ASSEMBLIES)
.AddDummyDatabase()
.AddDummyLogDatabase()
.AddStartupContext(new StartupContext("first", "second"));
container.RegisterInstance(new Mock<IHostLifetime>().Object);