Update
This commit is contained in:
@@ -22,7 +22,7 @@ public class TaskManager
|
||||
{
|
||||
var task = Task.Factory.StartNew(func);
|
||||
_tasks.Add(task);
|
||||
_logger.LogInformation("New task created.");
|
||||
_logger.LogDebug("New task created.");
|
||||
return task;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user