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
- Branch
- varun/identity_service (branched from master)
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
| services/identity/src/main.rs | ||
|---|---|---|
| 19 | 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 | 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 | yeah, changed it to tracing::subscriber::set_global_default(subscriber)?; | |