Skip to content

Commit

Permalink
Update run.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sheidkamp committed Mar 10, 2025
1 parent 1ab369f commit 0a31b6f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions projects/accesslogger/pkg/runner/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package runner

import (
"context"
"encoding/json"
"fmt"
"net"

Expand Down Expand Up @@ -86,8 +85,6 @@ func Run() {
case *pb.StreamAccessLogsMessage_HttpLogs:
for _, v := range msg.HttpLogs.GetLogEntry() {

objJson, _ := json.MarshalIndent(v, "", "\t")
fmt.Printf("objJson: %s\n", string(objJson))
meta := v.GetCommonProperties().GetMetadata().GetFilterMetadata()
// we could put any other kind of data into the transformation metadata, including more
// detailed request info or info that gets dropped once translated into envoy config. For
Expand Down

0 comments on commit 0a31b6f

Please sign in to comment.