mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Don't trace message payload
This commit is contained in:
parent
555847449b
commit
a04adbcac1
1 changed files with 2 additions and 2 deletions
|
@ -228,8 +228,8 @@ impl Server {
|
|||
);
|
||||
span.in_scope(|| {
|
||||
tracing::info!(
|
||||
payload = format!("{:?}", envelope.payload).as_str(),
|
||||
"message payload"
|
||||
payload_type = envelope.payload_type_name(),
|
||||
"message received"
|
||||
);
|
||||
});
|
||||
let future = (handler)(server, *envelope);
|
||||
|
|
Loading…
Reference in a new issue