Skip to content

Commit be0ee7d

Browse files
committed
[ksqlDb.RestApi.Client]: enabled logging in samples
1 parent ad81431 commit be0ee7d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Samples/Aggregations/appsettings.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"Logging": {
3+
"LogLevel": {
4+
"Default": "Information",
5+
"Microsoft": "Warning",
6+
"ksqlDb.RestApi.Client": "Debug"
7+
}
8+
}
9+
}

Samples/ksqldB.RestApi.Client.WorkerService/ksqlDB.RestApi.Client.WorkerService/appsettings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"Logging": {
44
"LogLevel": {
55
"Default": "Information",
6-
"Microsoft.Hosting.Lifetime": "Information"
6+
"Microsoft.Hosting.Lifetime": "Information",
7+
"ksqlDb.RestApi.Client": "Debug"
78
}
89
}
910
}

0 commit comments

Comments
 (0)