enhancementhelp wanted
倉庫指標
- 星標
- (1,886 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Certain warnings from bindgen are not actionable by WDR due to upstream work required. These warnings should be individually silenced instead of turning off all warnings for the bindgen module. This is currently not possible because tracing's envfilter does not have functional field value matching for logs, only for spans. See https://github.com/tokio-rs/tracing/issues/2843. Since bindgen is using logs instead of traces, this probably involves fixing something in tracing-log