We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c66f3 commit c041a61Copy full SHA for c041a61
examples/list-users/Program.cs
@@ -28,7 +28,7 @@ static async Task Main(string[] args)
28
builder.AddConsole();
29
});
30
31
- NotionLogging.ConfigureLogger(factory);
+ NotionClientLogging.ConfigureLogger(factory);
32
33
var usersList = await client.Users.ListAsync();
34
examples/list-users/appsettings.json
@@ -1,7 +1,7 @@
1
{
2
"Logging": {
3
"LogLevel": {
4
- "Default": "Information"
+ "Notion.Client": "Trace"
5
}
6
7
0 commit comments