Add extra logging

This commit is contained in:
flightlevel
2018-07-10 22:22:02 +10:00
parent fd1073d0b5
commit 6e7d983fc3
3 changed files with 5 additions and 0 deletions

View File

@@ -129,6 +129,7 @@ namespace Jackett.Server
try
{
logger.Debug("Creating web host...");
CreateWebHostBuilder(args, url).Build().Run();
}
catch (Exception ex)