Debug log the host watchdog PID

This commit is contained in:
Cyberboss
2018-09-28 10:30:49 -04:00
parent c6a46c21fe
commit 6f02ad8813
@@ -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
{