mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(directory): ♻ disable sensitive data logging
This commit is contained in:
parent
429b2297bf
commit
b59828c185
1 changed files with 0 additions and 3 deletions
|
|
@ -13,9 +13,6 @@ public static void AddInfrastructureServices(this IServiceCollection services, I
|
|||
{
|
||||
o.UseNpgsql(configuration.GetConnectionString("DirectoryConnection"),
|
||||
po => po.MigrationsAssembly("FilterLists.Directory.Infrastructure.Migrations"));
|
||||
|
||||
// TODO: disable after https://github.com/collinbarrett/FilterLists/issues/372
|
||||
o.EnableSensitiveDataLogging();
|
||||
});
|
||||
services.AddScoped<IQueryContext, QueryContext>();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue