Quinn
Quinn
I think it would be better to visit `Uuid`s as sequences of bytes, since the string representation is already possible in `tracing` because any `Debug` type can be passed in...
I agree that stringly-typed APIs are kinda sus. However, the official [blog post](https://tokio.rs/blog/2021-05-valuable) specifically uses an example to inspect an HTTP header type with very specific fields. Furthermore, `valuable` allows...
## Using tracing: An idea I had for `tracing-forest` was to allow for different contexts, so that disjoint concurrent tasks can map to entirely different contexts with their own log...
> So how we would get the loglevel from config.log_level (https://github.com/kanidm/kanidm/blob/master/kanidmd/src/lib/core/mod.rs#L580 ) and get that into the right places? I can create a function that sets a global log level,...
> https://github.com/kanidm/kanidm/blob/master/kanidmd/src/lib/audit.rs#L9 > > This is the current way it's done, but we can change it of course #60 I think the global log level seems like that best idea...
Currently working on cleaning up the log levels for integration, can you remind me what `PerfOp`, `PerfCourse`, and `PerfTrace` are used for and what the differences are?
I didn't really consider the case where we might want to `?` within the closure, and you're right that my idea totally breaks down here. Thank you for writing all...
Returning to this idea, I think we could make this a lot more configurable because there are a range of different requirements, and I think it wouldn't be too hard...
Hi Nic, I've been on vacation for the past 2.5 weeks so apologies for the delayed response. If I understand correctly, you want to be able to just have the...
If we were to go for an "event" with the fields of a span right after its entered (as @jakajancar and @rspencer01 suggest), then I think the best approach is...