aboutsummaryrefslogtreecommitdiff
path: root/PersonalApi/appsettings.Development.json
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2024-08-20 19:27:34 -0400
committerZach Berwaldt <zberwaldt@tutamail.com>2024-08-20 19:27:34 -0400
commit135a9e75e180f3276cceb4e37415f84906e66016 (patch)
treed697f33f5877451d25fa380a84b917536632e844 /PersonalApi/appsettings.Development.json
parent7bed94e1589c182dce32c3e277ac07ccf44bfd8f (diff)
Add project files.HEADmaster
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}