diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2024-08-20 19:27:34 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2024-08-20 19:27:34 -0400 |
commit | 135a9e75e180f3276cceb4e37415f84906e66016 (patch) | |
tree | d697f33f5877451d25fa380a84b917536632e844 /PersonalApi/appsettings.Development.json | |
parent | 7bed94e1589c182dce32c3e277ac07ccf44bfd8f (diff) |
Diffstat (limited to 'PersonalApi/appsettings.Development.json')
-rw-r--r-- | PersonalApi/appsettings.Development.json | 8 |
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 | } | ||