Do not overlog

This commit is contained in:
Dominion
2023-06-04 11:12:30 -04:00
parent 3b870711f5
commit 63beb10e4e
@@ -570,7 +570,7 @@ namespace Tgstation.Server.Tests.Live.Instance
while (!cancellationToken.IsCancellationRequested)
{
var currentSize = baseSize + (int)Math.Pow(2, nextPow);
var topicRequestResult = await TopicClient.SendTopic(
var topicRequestResult = await TopicClientNoLogger.SendTopic(
IPAddress.Loopback,
$"tgs_integration_test_tactics4={TopicClient.SanitizeString(currentSize.ToString())}",
TestLiveServer.DDPort,