Skip to content

Commit

Permalink
Revert logging test.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Mar 31, 2019
1 parent 922bb1c commit 13659d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Squidex/Config/Logging.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ public static void AddFilter(this ILoggingBuilder builder)
return level >= LogLevel.Warning;
}

return true;

if (category.StartsWith("Microsoft.AspNetCore.", StringComparison.OrdinalIgnoreCase))
{
return level > LogLevel.Information;
Expand Down

0 comments on commit 13659d6

Please sign in to comment.