mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 08:33:19 +01:00
Log aspnetcore paths at startup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user