Eliza Weisman

Results 530 comments of Eliza Weisman

> Given the prevalence of tracing in people's dependency graphs, I think it's it's fair to while rebuilds will _technically_ be limited to crates that use tracing, it will be...

In both `log` and `tracing`, global defaults are only set once for performance reasons. Because the global default is only set a single time, synchronizing access to the global default...

If I understand correctly, this issue is proposing a few features: - The ability to rotate log files based on a maximum size (rather than duration) - A configuration to...

Hi @CBenoit, thanks for your interest in contributing this change! Are there specific aspects of the implementation that you have questions about? From the API side, I think at some...

Hmm, yeah, the current behavior isn't really ideal. We should probably try to make a compile-time error if there are any duplicate field names. Unfortunately, that might be a bit...

Sorry I haven't reviewed this yet --- I'd like to get the bug fixes for issues in the v0.1.17 release of `tracing-attributes` merged first and release a patch that fixes...

> [tracing-attributes 0.1.18](https://github.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.18) has been published. Is there anything specific blocking this, or are we just waiting on person time? Sorry, it's on my list of things to do ---...

> One thing I just want to confirm is the way we want to handle it: the current order the conversions are tried is > > * by `Valuable`, then...

Oh, hmm. I just noticed something kind of unfortunate: releasing a new version of `tracing-attributes` that contains this change will break compatibility with older versions of `tracing` that don't contain...