Improve logging, previously only INFO and above
could be emitted. Now you can set debug with RUST_LOG=debug
Depends on D8400
Paths
| Differential D8401 Authored by • jon on Jun 30 2023, 3:28 PM.
Details Summary Improve logging, previously only INFO and above Depends on D8400 Test Plan cd services/identity RUST_LOG=debug cargo run -- server
Diff Detail
Event TimelineHerald added subscribers: tomek, ashoat. · View Herald TranscriptJun 30 2023, 3:28 PM2023-06-30 15:28:46 (UTC-7) Harbormaster completed remote builds in B20661: Diff 28317.Jun 30 2023, 3:58 PM2023-06-30 15:58:11 (UTC-7)
• jon edited parent revisions, added: D8400: [Keyserver] Apply DB Migrations; removed: D8399: [Keyserver/rust] Ignore debug version of napi build.Jul 6 2023, 9:16 AM2023-07-06 09:16:52 (UTC-7) • jon edited the summary of this revision. (Show Details)Jul 6 2023, 10:21 AM2023-07-06 10:21:22 (UTC-7) Harbormaster completed remote builds in B20769: Diff 28445.Jul 6 2023, 10:34 AM2023-07-06 10:34:16 (UTC-7) This revision is now accepted and ready to land.Jul 6 2023, 10:56 AM2023-07-06 10:56:27 (UTC-7) Comment Actions Address feedback, fix parent diff
Harbormaster completed remote builds in B20920: Diff 28674.Jul 13 2023, 9:35 AM2023-07-13 09:35:46 (UTC-7) This revision was landed with ongoing or failed builds.Jul 16 2023, 7:39 PM2023-07-16 19:39:51 (UTC-7) Closed by commit rCOMM57cf5dbdec07: [Identity] Allow for setting logging levels through env (authored by • jon). · Explain Why This revision was automatically updated to reflect the committed changes. Harbormaster completed remote builds in B20956: Diff 28712.Jul 17 2023, 1:00 AM2023-07-17 01:00:36 (UTC-7)
Revision Contents
Diff 28674 services/identity/Cargo.lock
services/identity/Cargo.toml
services/identity/src/client_service.rs
services/identity/src/main.rs
|