Skip to content

Commit

Permalink
tweak: Adjust production logging for reduced noise
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Apr 29, 2019
1 parent b0c06b0 commit f862fcb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Bender/appsettings.Production.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
"Default": "Error",
"System": "Warning",
"Microsoft": "Warning"
}
},
"QuoteStore": "File",
"QuoteFile": "quotes.json",
"ConnectionStrings": {
"BlobStorage": "DefaultEndpointsProtocol=https;AccountName=bendersierrasoftworks;EndpointSuffix=core.windows.net"
}
}
}

0 comments on commit f862fcb

Please sign in to comment.