Tracing provides structured logging and diagnostics info. It's especially helpful for asynchronous programs where log lines for various tasks can get intermixed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
services/identity/src/main.rs | ||
---|---|---|
19 ↗ | (On Diff #11903) | The string slice passed to expect shows up in the panic message, so we actually want to express that loading config failed here |
services/identity/src/main.rs | ||
---|---|---|
12 ↗ | (On Diff #11903) | Can we just omit this? |
Comment Actions
Acceptin' as this looks good and my comment is just a nit, but please respond, thanks!
services/identity/src/main.rs | ||
---|---|---|
12 ↗ | (On Diff #11903) | yeah, changed it to tracing::subscriber::set_global_default(subscriber)?; |