Dont print watchdog token eletric boogaloo (#5143)

This commit is contained in:
Vasilis
2024-05-17 08:15:30 +03:00
committed by GitHub
parent 12808d073e
commit b1329d30bf

View File

@@ -105,7 +105,7 @@ namespace Robust.Server.ServerStatus
if (auth != _watchdogToken)
{
_sawmill.Warning(
_sawmill.Verbose(
"received POST /shutdown with invalid authentication token. Ignoring {0}, {1}", auth,
_watchdogToken);
await context.RespondErrorAsync(HttpStatusCode.Unauthorized);