You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 16, 2026. It is now read-only.
背景
当前
cfg/rbt_cfg.toml默认配置为:但当前 lib crate 的实际日志 target 是
lib::...,所以auto_aim_rust=debug不会让 lib 内部 debug 日志生效。依据
logforth_filter_rustlog::RustLogFilter使用 RUST_LOG 风格规则,按日志 target/module path 前缀匹配;当前测试输出 target 为lib::rbt_infra::...。建议
二选一:
info,lib=debug,ort=warn/info,lib=debug,ort=info。auto_aim_rust一致。验收标准