Skip to content

Commit 6fb34ae

Browse files
committed
Fix .md reference
1 parent fa1e2c0 commit 6fb34ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/logging/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Clients should check if the server supports logging by checking the <xref:ModelC
6969
[!code-csharp[](samples/client/Program.cs?name=snippet_LoggingCapabilities)]
7070

7171
If the server supports logging, the client should set the level of log messages it wishes to receive with
72-
the <xref:ModelContextProtocol.Client.McpClient.SetLoggingLevel*> method on <xref:ModelContextProtocol.Client.McpClient>. If the client does not set a logging level, the server might choose
72+
the <xref:ModelContextProtocol.Client.McpClient.SetLoggingLevelAsync*> method on <xref:ModelContextProtocol.Client.McpClient>. If the client does not set a logging level, the server might choose
7373
to send all log messages or none&mdash;this is not specified in the protocol. So it's important that the client
7474
sets a logging level to ensure it receives the desired log messages and only those messages.
7575

0 commit comments

Comments
 (0)