osrg/gobgp

feat: gRPC command logging

robbat2 opened this issue · 0 comments

There is no present way to log what was done via the gRPC interface other than debug logging.

MVP: two log options for gRPC: NONE, ALL

Nice-to-have would be logging only a subset of gRPC operations:

  • all modifications (add/change/delete)
  • some types of operations (e.g. log global, peers, but don't log rib changes)