diff options
Diffstat (limited to 'RhSolutions.SkuParser.Api/appsettings.Development.json')
-rw-r--r-- | RhSolutions.SkuParser.Api/appsettings.Development.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/RhSolutions.SkuParser.Api/appsettings.Development.json b/RhSolutions.SkuParser.Api/appsettings.Development.json index 0c208ae..ff66ba6 100644 --- a/RhSolutions.SkuParser.Api/appsettings.Development.json +++ b/RhSolutions.SkuParser.Api/appsettings.Development.json @@ -1,8 +1,8 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - } -} +{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ }
+}
|