Commit bcfd863
authored
fix(discovery): Downgrade unknown endpoint log to debug level (#48055)
Change the log level for requests to unknown endpoints in the discovery module's Rust service from `info!` to `debug!`. Some unknown endpoints are hit during flare creation (handled gracefully in the core agent), but the information is only useful for debugging.
Co-authored-by: vincent.whitchurch <vincent.whitchurch@datadoghq.com>1 parent 1a0cf76 commit bcfd863
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| |||
0 commit comments