Removing filter to fix build break
This commit is contained in:
parent
d488a989a6
commit
067cd90fef
|
|
@ -52,7 +52,7 @@ namespace MusicStore
|
|||
{
|
||||
var logLevel = string.Equals(environment, "Development", StringComparison.Ordinal) ? LogLevel.Information : LogLevel.Warning;
|
||||
|
||||
factory.AddConsole((name, level) => level >= logLevel);
|
||||
factory.AddConsole();
|
||||
});
|
||||
|
||||
var host = builder.Build();
|
||||
|
|
|
|||
Loading…
Reference in New Issue