From 6f02ad8813bf04e0823dfca80c460beb23e66d5b Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Fri, 28 Sep 2018 10:30:49 -0400 Subject: [PATCH] Debug log the host watchdog PID --- src/Tgstation.Server.Host.Watchdog/Watchdog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host.Watchdog/Watchdog.cs b/src/Tgstation.Server.Host.Watchdog/Watchdog.cs index c6292a3641..e03061afc7 100644 --- a/src/Tgstation.Server.Host.Watchdog/Watchdog.cs +++ b/src/Tgstation.Server.Host.Watchdog/Watchdog.cs @@ -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 {