cleaned up test db path for tests.

This commit is contained in:
Keivan Beigi 2013-06-27 18:03:04 -07:00
parent 02c175950b
commit dde91569ac
15 changed files with 123 additions and 133 deletions

View file

@ -30,7 +30,7 @@ namespace NzbDrone.Update
Console.WriteLine("Starting NzbDrone Update Client");
GlobalExceptionHandlers.Register();
new LogglyTarget(new AppDirectoryInfo()).Register(LogLevel.Debug);
new LogglyTarget().Register(LogLevel.Debug);
_container = UpdateContainerBuilder.Build();
logger.Info("Updating NzbDrone to version {0}", BuildInfo.Version);