mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refacotr(logging): 🔥 rm now unused ConfigurationBuilder
This commit is contained in:
parent
5bff4c3229
commit
f22a1d1e8d
1 changed files with 0 additions and 16 deletions
|
|
@ -1,16 +0,0 @@
|
|||
using Serilog;
|
||||
using Serilog.Events;
|
||||
|
||||
namespace FilterLists.SharedKernel.Logging
|
||||
{
|
||||
internal static class ConfigurationBuilder
|
||||
{
|
||||
public static readonly LoggerConfiguration BaseLoggerConfiguration =
|
||||
new LoggerConfiguration()
|
||||
.MinimumLevel.Debug()
|
||||
.MinimumLevel.Override("Microsoft", LogEventLevel.Information)
|
||||
.MinimumLevel.Override("Microsoft.AspNetCore", LogEventLevel.Warning)
|
||||
.Enrich.FromLogContext()
|
||||
.WriteTo.Console();
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue