Quinn

Results 6 comments of 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?