mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
Reduce the verbosity of logging (#950)
This commit is contained in:
@@ -246,7 +246,7 @@ namespace Microsoft.SqlTools.Hosting.Protocol
|
|||||||
{
|
{
|
||||||
// Verbose logging
|
// Verbose logging
|
||||||
string logMessage =
|
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);
|
Logger.Write(TraceEventType.Verbose, logMessage);
|
||||||
|
|
||||||
// Process the message
|
// Process the message
|
||||||
|
|||||||
Reference in New Issue
Block a user