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
Since I re-enabled logging recently, there's a lot of noise due to info-level logging from wgpu. I think we should only log warnings and errors by default, while still respecting whatever the user specifies via RUST_LOG. This would involve making the logger initialization in main.rs more intelligent, although I'm not completely sure what needs to be done.
Since I re-enabled logging recently, there's a lot of noise due to info-level logging from wgpu. I think we should only log warnings and errors by default, while still respecting whatever the user specifies via
RUST_LOG
. This would involve making the logger initialization inmain.rs
more intelligent, although I'm not completely sure what needs to be done.Labeling https://github.com/hannobraun/Fornjot/labels/good%20first%20issue, as this is mostly a Rust/Tracing issue that doesn't require advanced knowledge of Fornjot.
The text was updated successfully, but these errors were encountered: