Skip to content

Commit

Permalink
Add appsettings for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisDyallo committed Aug 12, 2024
1 parent 1aef6bb commit 5d69fec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
7 changes: 3 additions & 4 deletions Yubico.YubiKey/tests/integration/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"AppName": "Integration",
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
"Yubico": "Debug"
},
"Console": {
"IncludeScopes": true
"IncludeScopes": true,
}
}
}
5 changes: 2 additions & 3 deletions Yubico.YubiKey/tests/sandbox/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"AppName": "Sandbox",
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
"Yubico": "Debug"
},
"Console": {
"IncludeScopes": true
Expand Down
5 changes: 2 additions & 3 deletions Yubico.YubiKey/tests/unit/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"AppName": "UnitTests",
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
"Yubico": "Debug"
},
"Console": {
"IncludeScopes": true
Expand Down

0 comments on commit 5d69fec

Please sign in to comment.