Firstyear
Firstyear
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 for now!
Yes that's right, but we would normally not just have that level. We'd combine these to make something like this https://github.com/kanidm/kanidm/blob/master/kanidmd/src/lib/audit_loglevel.rs
Worth saying RN that you don't have to stick to these log level designs, you can change it :)
> 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? At the...
@QnnOkabayashi hey mate, I'm looking at this and I'm a bit confused, don't we just need something like https://docs.rs/tracing-subscriber/latest/tracing_subscriber/struct.EnvFilter.html here? So that when we call TreeSubscriber::pretty(); we pass in a...
This is a really cool idea, thanks for suggesting it. It would be good to have a design document created for this feature (which can be submitted by a PR)....
It looks like https://github.com/tokio-rs/console/issues/69 will probably be a better fit for what we need :)
The other one I found while looking is dhat-rs and slab. So I think for now I'll use those since they seem closer to what I want for understanding our...
@nitnelave This hasn't been forgotten, I've just had other priorities :) @QnnOkabayashi May be able to help and advise too
You can use uuid2spn to resolve these correctly for accounts that don't have them :)