fix : 로그레벨 변경

This commit is contained in:
qornwh1
2026-03-02 17:47:27 +09:00
parent 66d18cd0ac
commit d73487df5b

View File

@@ -38,7 +38,7 @@ public class DummyClientService
try try
{ {
await Task.Delay(15, ct); await Task.Delay(10, ct);
} }
catch (OperationCanceledException) catch (OperationCanceledException)
{ {
@@ -85,7 +85,7 @@ public class DummyClientService
break; break;
} }
Log.Information("[TICK {Tick:000}] {Sent}/{Total} 전송", tick, sent, total); Log.Debug("[TICK {Tick:000}] {Sent}/{Total} 전송", tick, sent, total);
tick++; tick++;
try try