Skip to content

Commit 010e0cd

Browse files
committed
accesslog: Add trace Envoy logging
Signed-off-by: Jarno Rajahalme <[email protected]>
1 parent c166b8b commit 010e0cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cilium/accesslog.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ void AccessLog::log(AccessLog::Entry& log_entry, ::cilium::EntryType entry_type)
6363
log_entry.request_logged_ = true;
6464
}
6565

66+
ENVOY_LOG_MISC(trace, "Cilium Access log entry: {}", entry.DebugString());
67+
6668
// encode protobuf
6769
std::string msg;
6870
entry.SerializeToString(&msg);

0 commit comments

Comments
 (0)