Struct LoggingComponentsOption (2.26.0-rc)

Enable logging for a set of components.

The C++ clients can log interesting events to help library and application developers troubleshoot problems. To see log messages (maybe lots) you can enable tracing for the component that interests you. Valid components are currently:

  • rpc
  • rpc-streams
  • auth

Type Aliases

Type

Alias Of: std::set< std::string >