fix : 로그레벨 변경
This commit is contained in:
@@ -38,7 +38,7 @@ public class DummyClientService
|
||||
|
||||
try
|
||||
{
|
||||
await Task.Delay(15, ct);
|
||||
await Task.Delay(10, ct);
|
||||
}
|
||||
catch (OperationCanceledException)
|
||||
{
|
||||
@@ -85,7 +85,7 @@ public class DummyClientService
|
||||
break;
|
||||
}
|
||||
|
||||
Log.Information("[TICK {Tick:000}] {Sent}/{Total} 전송", tick, sent, total);
|
||||
Log.Debug("[TICK {Tick:000}] {Sent}/{Total} 전송", tick, sent, total);
|
||||
tick++;
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user