mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 14:06:41 +01:00
Log host watchdog launch arguments
This commit is contained in:
@@ -150,8 +150,6 @@ namespace Tgstation.Server.Host.Watchdog
|
||||
};
|
||||
process.EnableRaisingEvents = true;
|
||||
|
||||
logger.LogInformation("Launching host...");
|
||||
|
||||
var killedHostProcess = false;
|
||||
try
|
||||
{
|
||||
@@ -161,6 +159,8 @@ namespace Tgstation.Server.Host.Watchdog
|
||||
if (additionalArg != null)
|
||||
process.StartInfo.Arguments += $" {additionalArg}";
|
||||
|
||||
logger.LogInformation("Launching host with arguments: {arguments}", process.StartInfo.Arguments);
|
||||
|
||||
process.Start();
|
||||
return (process.Id, processTask);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user