suppress authcontext logs
This commit is contained in:
parent
435055cdb4
commit
edc41639b5
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ public static class AuthStartup
|
|||
{
|
||||
builder.UseNpgsql(connectionString);
|
||||
builder.UseSnakeCaseNamingConvention();
|
||||
// var loggerFactory = LoggerFactory.Create(b => { });
|
||||
// builder.UseLoggerFactory(loggerFactory);
|
||||
var loggerFactory = LoggerFactory.Create(b => { });
|
||||
builder.UseLoggerFactory(loggerFactory);
|
||||
// #if DEBUG
|
||||
// builder.EnableSensitiveDataLogging();
|
||||
// #endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue