mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 13:36:50 +01:00
Log spam for OD build hang
This commit is contained in:
@@ -236,6 +236,8 @@ namespace Tgstation.Server.Host.Components.Engine
|
||||
using (cancellationToken.Register(() => buildProcess.Terminate()))
|
||||
buildExitCode = await buildProcess.Lifetime;
|
||||
|
||||
Logger.LogTrace("OD build complete, waiting for output...");
|
||||
|
||||
Logger.LogDebug(
|
||||
"OpenDream build exited with code {exitCode}:{newLine}{output}",
|
||||
buildExitCode,
|
||||
|
||||
Reference in New Issue
Block a user