Skip to content

Commit

Permalink
Update logging levels by Production/Development environments #320 (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
hocinehacherouf authored Apr 13, 2022
1 parent 4b787ff commit 61f1b1c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/AzureIoTHub.Portal/Server/appsettings.Development.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Default": "Debug",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
Expand Down
9 changes: 9 additions & 0 deletions src/AzureIoTHub.Portal/Server/appsettings.Production.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}

0 comments on commit 61f1b1c

Please sign in to comment.