diff --git a/dkgServiceNode/Data/DbEnsure.cs b/dkgServiceNode/Data/DbEnsure.cs index 7ffd390..742d98f 100644 --- a/dkgServiceNode/Data/DbEnsure.cs +++ b/dkgServiceNode/Data/DbEnsure.cs @@ -218,7 +218,7 @@ public static void Ensure(string connectionString) PuVersionUpdate("0.9.6", connection); PuVersionUpdate("0.10.0", connection); PuVersionUpdate("0.10.1", connection); - } + PuVersionUpdate("0.10.2", connection); } } diff --git a/dkgServiceNode/appsettings.json b/dkgServiceNode/appsettings.json index 6eb13ed..8bfa335 100644 --- a/dkgServiceNode/appsettings.json +++ b/dkgServiceNode/appsettings.json @@ -1,9 +1,9 @@ { "Logging": { "LogLevel": { - "Default": "Info", - "Microsoft.AspNetCore": "Info", - "Microsoft.EntityFrameworkCore": "Info" + "Default": "Warning", + "Microsoft.AspNetCore": "Warning", + "Microsoft.EntityFrameworkCore": "Warning" } }, "AllowedHosts": "*",