We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c166b8b commit 010e0cdCopy full SHA for 010e0cd
cilium/accesslog.cc
@@ -63,6 +63,8 @@ void AccessLog::log(AccessLog::Entry& log_entry, ::cilium::EntryType entry_type)
63
log_entry.request_logged_ = true;
64
}
65
66
+ ENVOY_LOG_MISC(trace, "Cilium Access log entry: {}", entry.DebugString());
67
+
68
// encode protobuf
69
std::string msg;
70
entry.SerializeToString(&msg);
0 commit comments