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
Right - there isn't, but this would definitely be useful to add. I'm not 100% sure why these aren't included in Metadata, since file and module_path do seem like metadata, but they aren't.
I don't think it will be possible to add this within the current format method, so I may need to add a new method and make the transfer over only on the next breaking release.
Is it possible to filter based on the data in a
&Record
?The normal
.filter()
fn only provides&log::Metadata
which only contains a level and a str target.Record contains information about the file path which I want to use to group by "my-app-workspace", "my-other-local-crates" and "cargo dep".
Thanks
The text was updated successfully, but these errors were encountered: