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
Fix module_path/line numbers in log facade logging
Previously, we'd reuse the `log` facade macros which would always log
the line number in `logger.rs`, not at the line number given at the
record.
Here, we rectify this by utilizing `log`'s `RecordBuilder` to craft a
record and directly giving it to the configured logger.
0 commit comments