Skip to content

Commit

Permalink
log: change log marco to be consistent (envoyproxy#29245)
Browse files Browse the repository at this point in the history
change log marco to be consistent

Signed-off-by: Boteng Yao <[email protected]>
  • Loading branch information
botengyao authored Aug 25, 2023
1 parent 40e1eda commit ee8cd86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ ActiveTcpConnection::~ActiveTcpConnection() {
}

void ActiveTcpConnection::onEvent(Network::ConnectionEvent event) {
ENVOY_LOG(trace, "[C{}] connection on event {}", connection_->id(), static_cast<int>(event));
ENVOY_CONN_LOG(trace, "tcp connection on event {}", *connection_, static_cast<int>(event));
// Any event leads to destruction of the connection.
if (event == Network::ConnectionEvent::LocalClose ||
event == Network::ConnectionEvent::RemoteClose) {
Expand Down

0 comments on commit ee8cd86

Please sign in to comment.