summaryrefslogtreecommitdiff
path: root/Blog/appsettings.Development.json
diff options
context:
space:
mode:
authorMarijn Besseling <njirambem@gmail.com>2025-09-07 20:56:09 +0200
committerMarijn Besseling <njirambem@gmail.com>2025-09-07 20:56:09 +0200
commit9ab322751a732d8cbc1ddf4f2ecf5022d7242baa (patch)
tree49abc49c7d148b2f575aa5daef32875d44729561 /Blog/appsettings.Development.json
WIP migration
Diffstat (limited to 'Blog/appsettings.Development.json')
-rw-r--r--Blog/appsettings.Development.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/Blog/appsettings.Development.json b/Blog/appsettings.Development.json
new file mode 100644
index 0000000..0c208ae
--- /dev/null
+++ b/Blog/appsettings.Development.json
@@ -0,0 +1,8 @@
1{
2 "Logging": {
3 "LogLevel": {
4 "Default": "Information",
5 "Microsoft.AspNetCore": "Warning"
6 }
7 }
8}