diff options
| author | mo khan <mo.khan@gmail.com> | 2019-10-19 20:56:41 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-10-19 20:56:41 -0600 |
| commit | 071d94fc5f212081dfafc9a2340c7822a7eed45b (patch) | |
| tree | a1a273da1b1df9851c0c1ab9a82df69472c201da /src/web.api/appsettings.Development.json | |
initial commit
Diffstat (limited to 'src/web.api/appsettings.Development.json')
| -rw-r--r-- | src/web.api/appsettings.Development.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/web.api/appsettings.Development.json b/src/web.api/appsettings.Development.json new file mode 100644 index 0000000..a2880cb --- /dev/null +++ b/src/web.api/appsettings.Development.json @@ -0,0 +1,9 @@ +{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Debug",
+ "System": "Information",
+ "Microsoft": "Information"
+ }
+ }
+}
|
