Ignore EFCore SensitiveDataLoggingEnabledWarning
This commit is contained in:
@@ -32,6 +32,10 @@ namespace Content.Server.Database
|
||||
options.ConfigureWarnings(x =>
|
||||
{
|
||||
x.Ignore(CoreEventId.ManyServiceProvidersCreatedWarning);
|
||||
#if DEBUG
|
||||
// for tests
|
||||
x.Ignore(CoreEventId.SensitiveDataLoggingEnabledWarning);
|
||||
#endif
|
||||
});
|
||||
|
||||
#if DEBUG
|
||||
|
||||
Reference in New Issue
Block a user