aboutsummaryrefslogtreecommitdiff
path: root/RhSolutions.SkuParser.Api/appsettings.Development.json
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2024-07-18 20:54:19 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2024-07-18 20:54:19 +0300
commite0313b83a033040660f0669de6d9e77042e87026 (patch)
tree486436105e3f26598d7204d3c54bf627bb5d94a9 /RhSolutions.SkuParser.Api/appsettings.Development.json
Initial commit
Diffstat (limited to 'RhSolutions.SkuParser.Api/appsettings.Development.json')
-rw-r--r--RhSolutions.SkuParser.Api/appsettings.Development.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/RhSolutions.SkuParser.Api/appsettings.Development.json b/RhSolutions.SkuParser.Api/appsettings.Development.json
new file mode 100644
index 0000000..0c208ae
--- /dev/null
+++ b/RhSolutions.SkuParser.Api/appsettings.Development.json
@@ -0,0 +1,8 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ }
+}