Storing in DB now

This commit is contained in:
Lani Aung
2021-10-18 22:50:28 -06:00
parent 372d0ad86a
commit 804ccd0eeb
9 changed files with 161 additions and 17 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ namespace fxl.codes.kisekae
if (env.IsDevelopment())
{
app.UseDeveloperExceptionPage();
NpgsqlLogManager.Provider = new ConsoleLoggingProvider(NpgsqlLogLevel.Trace);
NpgsqlLogManager.Provider = new ConsoleLoggingProvider();
NpgsqlLogManager.IsParameterLoggingEnabled = true;
}
else