aboutsummaryrefslogtreecommitdiff
path: root/PersonalApi/appsettings.Development.json
diff options
context:
space:
mode:
Diffstat (limited to 'PersonalApi/appsettings.Development.json')
-rw-r--r--PersonalApi/appsettings.Development.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/PersonalApi/appsettings.Development.json b/PersonalApi/appsettings.Development.json
new file mode 100644
index 0000000..0c208ae
--- /dev/null
+++ b/PersonalApi/appsettings.Development.json
@@ -0,0 +1,8 @@
1{
2 "Logging": {
3 "LogLevel": {
4 "Default": "Information",
5 "Microsoft.AspNetCore": "Warning"
6 }
7 }
8}