Skip to content

Commit

Permalink
td/util: add missing directive for clients crate
Browse files Browse the repository at this point in the history
Reviewed By: aniketmathur

Differential Revision: D54242880

fbshipit-source-id: ce8e60a4e6c0d0c0d2b807d335723098f24bc563
  • Loading branch information
asm89 authored and facebook-github-bot committed Feb 27, 2024
1 parent 6ce365a commit a46bcc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions td_util/src/tracing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pub fn init_tracing() {
// Debug log for target determinator packages
let directives = [
"btd=debug",
"clients=debug",
"ranker=debug",
"scheduler=debug",
"targets=debug",
Expand Down

0 comments on commit a46bcc3

Please sign in to comment.