summaryrefslogtreecommitdiff
path: root/appsettings.Development.json
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2022-11-12 21:20:00 -0600
committerHombreLaser <sebastian-440@live.com>2022-11-12 21:25:10 -0600
commit46965f637d3b329038a7ef84fbefac3cad92f465 (patch)
treedff667eee9cc212ab106559bd7cdbfa069fd459a /appsettings.Development.json
parent8efbe4b57c42cddc48ea0cca413fc3f443184b64 (diff)
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"
+ }
+ }
+}