mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 08:00:19 +01:00
Debug log the host watchdog PID
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Tgstation.Server.Host.Watchdog
|
||||
public async Task RunAsync(string[] args, CancellationToken cancellationToken)
|
||||
{
|
||||
logger.LogInformation("Host watchdog starting...");
|
||||
|
||||
logger.LogDebug("PID: {0}", Process.GetCurrentProcess().Id);
|
||||
string updateDirectory = null;
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user