Skip to content

Commit

Permalink
chore: set logging level to 'Warning'
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Aug 21, 2024
1 parent 16ea356 commit d9716e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dkgServiceNode/Data/DbEnsure.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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); }
}


Expand Down
6 changes: 3 additions & 3 deletions dkgServiceNode/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Info",
"Microsoft.AspNetCore": "Info",
"Microsoft.EntityFrameworkCore": "Info"
"Default": "Warning",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning"
}
},
"AllowedHosts": "*",
Expand Down

0 comments on commit d9716e4

Please sign in to comment.