summaryrefslogtreecommitdiff
path: root/appsettings.Development.json
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2022-11-14 18:10:28 -0600
committerHombreLaser <sebastian-440@live.com>2022-11-14 18:10:28 -0600
commit2aab17e0d231d8ab539fd6471642e159e260e43b (patch)
tree4f1a4e403bbbad732957b792c5b2fd7cc6ca1a9c /appsettings.Development.json
Commit inicial
Diffstat (limited to 'appsettings.Development.json')
-rw-r--r--appsettings.Development.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/appsettings.Development.json b/appsettings.Development.json
new file mode 100644
index 0000000..0c208ae
--- /dev/null
+++ b/appsettings.Development.json
@@ -0,0 +1,8 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ }
+}