Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
msoren02 committed Jul 27, 2022
1 parent 512a4d0 commit 7d405fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions AccuRanker/Services/BaseAccuRankerService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using System.Threading.Tasks;

using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Logging.Console;

using Authorization;

Expand Down Expand Up @@ -34,7 +33,7 @@ protected BaseAccuRankerService(
{
HttpClient = httpClient;
AuthService = authService;
ILoggerFactory loggerFactory = new LoggerFactory().AddConsole();
ILoggerFactory loggerFactory = new LoggerFactory();
_logger = loggerFactory.CreateLogger<BaseAccuRankerService>();
}

Expand Down

0 comments on commit 7d405fe

Please sign in to comment.