Skip to content

Commit

Permalink
[ksqlDb.RestApi.Client]: enabled logging in samples
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfabian committed Sep 10, 2024
1 parent ad81431 commit be0ee7d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Samples/Aggregations/appsettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"ksqlDb.RestApi.Client": "Debug"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
"Microsoft.Hosting.Lifetime": "Information",
"ksqlDb.RestApi.Client": "Debug"
}
}
}

0 comments on commit be0ee7d

Please sign in to comment.