The documentation is currently lacking any instruction on how to adjust the logging level of istiod's logs, which is a common need for users, especially because the data plane is incredibly verbose in larger Kubernetes clusters out-of-the-box.
Acceptance Criteria
- Each of istiod's logging scopes (
default, delta, cds, etc.) are enumerated so users can reference which scopes exist.
- The docs instruct how to adjust an individual scope (e.g.
--log_output_level=default:info,delta:warn)
- The docs instruct how to adjust all scopes (e.g.
--log_output_level=all:warn)