mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-23 01:25:42 -05:00
Reduce the verbosity of logging (#950)
This commit is contained in:
@@ -246,7 +246,7 @@ namespace Microsoft.SqlTools.Hosting.Protocol
|
||||
{
|
||||
// Verbose logging
|
||||
string logMessage =
|
||||
$"Received message with id[{newMessage.Id}], of type[{newMessage.MessageType}] and method[{newMessage.Method}] , and contents[{newMessage.Contents}]";
|
||||
$"Received message with id[{newMessage.Id}], of type[{newMessage.MessageType}] and method[{newMessage.Method}]";
|
||||
Logger.Write(TraceEventType.Verbose, logMessage);
|
||||
|
||||
// Process the message
|
||||
|
||||
Reference in New Issue
Block a user