Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
odcds: log abnormal message in higher level (envoyproxy#37529)
The reason that client request can't find the on-demand cluster can be: 1. the on-demand request is not triggered 2. the requested cluster is not found 3. the request timed out In the previous situation, the log level of failure reason 2/3 is 'debug', which is too low that we can't distinguish the reason via log. This change increases the log level so that user can troubleshoot the issue directly. <!-- !!!ATTENTION!!! If you are fixing *any* crash or *any* potential security issue, *do not* open a pull request in this repo. Please report the issue via emailing [email protected] where the issue will be triaged appropriately. Thank you in advance for helping to keep Envoy secure. !!!ATTENTION!!! For an explanation of how to fill out the fields, please see the relevant section in [PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/main/PULL_REQUESTS.md) --> Commit Message: odcds: log abnormal message in higher level Additional Description: Risk Level: Low, only log level changed Testing: Docs Changes: Release Notes: Platform Specific Features: [Optional Runtime guard:] [Optional Fixes #Issue] [Optional Fixes commit #PR or SHA] [Optional Deprecated:] [Optional [API Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):] Signed-off-by: spacewander <[email protected]>
- Loading branch information