opentdf / platform

Persistent data centric security that extends owner control wherever data travels
BSD 3-Clause Clear License
19 stars 10 forks source link

Policy: Implement gRPC interceptors for debug logging of service requests #1480

Closed ryanulit closed 1 month ago

ryanulit commented 2 months ago

Add gRPC unary interceptors for all Policy services that log the requests and responses received by the service methods

pflynn-virtru commented 2 months ago

Will this suffice?

export GRPC_GO_LOG_VERBOSITY_LEVEL=99
export GRPC_GO_LOG_SEVERITY_LEVEL=info

https://github.com/grpc/grpc-go/blob/master/README.md#how-to-turn-on-logging

cassandrabailey293 commented 1 month ago

we will revisit need for logging in the future - this is not a critical issue, closing until further investigation of logging strategy is done.