Log aspnetcore paths at startup

This commit is contained in:
Jordan Brown
2018-11-27 16:04:34 -05:00
parent d3b5a10701
commit bad4764e2a
@@ -339,6 +339,8 @@ namespace Tgstation.Server.Host.Core
throw new ArgumentNullException(nameof(logger));
logger.LogInformation(VersionString);
logger.LogDebug("Content Root: {0}", hostingEnvironment.ContentRootPath);
logger.LogTrace("Web Root: {0}", hostingEnvironment.WebRootPath);
//attempt to restart the server if the configuration changes
if(serverControl.WatchdogPresent)