Skip to content

Commit e62577b

Browse files
authored
Merge pull request #10 from movementlabsxyz/mikhail/trim-aptos-logger
ENG-251 aptos-logger: cut out async logging
2 parents 06443b8 + bd3e72f commit e62577b

9 files changed

+21
-391
lines changed

Cargo.lock

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/aptos-logger/Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,17 @@ rust-version = { workspace = true }
1717
[dependencies]
1818
aptos-infallible = { workspace = true }
1919
aptos-log-derive = { workspace = true }
20-
aptos-node-identity = { workspace = true }
2120
backtrace = { workspace = true }
2221
chrono = { workspace = true }
2322
console-subscriber = { workspace = true, optional = true }
2423
erased-serde = { workspace = true }
25-
futures = { workspace = true }
2624
hostname = { workspace = true }
2725
once_cell = { workspace = true }
2826
prometheus = { workspace = true }
2927
serde = { workspace = true }
3028
serde_json = { workspace = true }
3129
strum = { workspace = true }
3230
strum_macros = { workspace = true }
33-
tokio = { workspace = true }
3431
tracing = { workspace = true }
3532
tracing-subscriber = { workspace = true }
3633

0 commit comments

Comments
 (0)