Skip to content

Commit 06d65a5

Browse files
davidbarskyfacebook-github-bot
authored andcommitted
update tracing-glog (#487)
Summary: Pull Request resolved: #487 markbt wrote a patch to `tracing-glog` to adjust the formatting; I merged and released it as 0.4.1: https://github.com/davidbarsky/tracing-glog/releases/tag/v0.4.1. Reviewed By: markbt Differential Revision: D78103353 fbshipit-source-id: ccd6c56de6a34ef64e4c472d450f7b4c87ccef93
1 parent e9fef0d commit 06d65a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyperactor_telemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
2323
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
2424
tracing-appender = "0.2.3"
2525
tracing-core = { version = "0.1.33", features = ["valuable"] }
26-
tracing-glog = { version = "0.4.0", features = ["ansi", "tracing-log"] }
26+
tracing-glog = { version = "0.4.1", features = ["ansi", "tracing-log"] }
2727
tracing-subscriber = { version = "0.3.19", features = ["chrono", "env-filter", "json", "local-time", "parking_lot", "registry"] }
2828

2929
[features]

0 commit comments

Comments
 (0)