fix : 로그레벨 변경
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user