Skip to content

Commit

Permalink
don't log SinkParam
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 committed Jun 4, 2024
1 parent 468eb76 commit 11a891f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/connector/src/sink/remote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -666,11 +666,7 @@ impl RemoteCoordinator {
.start_sink_coordinator_stream(param.clone())
.await?;

tracing::trace!(
"{:?} RemoteCoordinator started with properties: {:?}",
R::SINK_NAME,
&param.properties
);
tracing::trace!("{:?} RemoteCoordinator started", R::SINK_NAME,);

Ok(RemoteCoordinator { stream_handle })
}
Expand Down

0 comments on commit 11a891f

Please sign in to comment.