summaryrefslogtreecommitdiff
path: root/WebApplication1/appsettings.Development.json
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-09-27 19:42:06 +0200
committerTrueDoctor <d-kobert@web.de>2018-09-27 19:42:06 +0200
commit09b0c5be9e23247411da850497b9cc6519d8f155 (patch)
tree771e022164ccde965f7d23fbbfc28587d5193987 /WebApplication1/appsettings.Development.json
parente8dc39bf293aa0c6f2eb27104d5023c5a56e1ba4 (diff)
testing
Diffstat (limited to 'WebApplication1/appsettings.Development.json')
-rw-r--r--WebApplication1/appsettings.Development.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/WebApplication1/appsettings.Development.json b/WebApplication1/appsettings.Development.json
new file mode 100644
index 0000000..e203e94
--- /dev/null
+++ b/WebApplication1/appsettings.Development.json
@@ -0,0 +1,9 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Debug",
+ "System": "Information",
+ "Microsoft": "Information"
+ }
+ }
+}