diff options
Diffstat (limited to 'src/web.api/appsettings.Development.json')
| -rw-r--r-- | src/web.api/appsettings.Development.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/web.api/appsettings.Development.json b/src/web.api/appsettings.Development.json index a2880cb..e203e94 100644 --- a/src/web.api/appsettings.Development.json +++ b/src/web.api/appsettings.Development.json @@ -1,9 +1,9 @@ -{
- "Logging": {
- "LogLevel": {
- "Default": "Debug",
- "System": "Information",
- "Microsoft": "Information"
- }
- }
-}
+{ + "Logging": { + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" + } + } +} |
