mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 06:27:19 +01:00
Remove annoying log messages
This commit is contained in:
@@ -87,8 +87,6 @@ namespace Tgstation.Server.Host.Components.Watchdog
|
||||
if (Server == null)
|
||||
return null;
|
||||
|
||||
Logger.LogDebug("Server compile job ID is {0}", Server.Dmb.CompileJob.Id);
|
||||
|
||||
monitorState.ActiveServer = Server;
|
||||
|
||||
return new Dictionary<MonitorActivationReason, Task>
|
||||
|
||||
@@ -664,8 +664,7 @@ namespace Tgstation.Server.Host.Components.Watchdog
|
||||
}
|
||||
}
|
||||
|
||||
// full reboot required
|
||||
Logger.LogDebug("Next monitor action is to {0}", monitorState.NextAction);
|
||||
Logger.LogTrace("Next monitor action is to {0}", monitorState.NextAction);
|
||||
if (monitorState.NextAction == MonitorAction.Restart)
|
||||
monitorState = await MonitorRestart(cancellationToken).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user