Skip to content

Commit 16954d2

Browse files
authored
use slog instead of tracing (#19)
1 parent 0cb0204 commit 16954d2

File tree

3 files changed

+145
-151
lines changed

3 files changed

+145
-151
lines changed

Cargo.lock

Lines changed: 84 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "0.2.0"
55
edition = "2021"
66

77
[dependencies]
8-
energon = { git = "https://github.com/version513/energon.git", rev = "c3f793e" }
8+
energon = { git = "https://github.com/version513/energon.git", rev = "1810a9b" }
99
thiserror = "2.0.11"
1010
clap = { version = "4", features = ["derive", "string"] }
1111
tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread"] }
@@ -14,12 +14,8 @@ prost-types = { version = "0.13.4", features = ["std"] }
1414
prost = "0.13.4"
1515
tonic = { version = "0.12.0", features = ["tls-roots"] }
1616
tonic-health = "0.12.3"
17-
tracing = { version = "0.1.37" }
18-
tracing-subscriber = { version = "0.3.17", default-features = true, features = [
19-
"fmt",
20-
"time",
21-
"env-filter",
22-
] }
17+
slog = { version = "2.8.2", features = ["max_level_debug"] }
18+
slog-term = { version = "2.9.2" }
2319
crev-common = "0.25.0"
2420
sha2 = "0.10.7"
2521
http = "1.2.0"

0 commit comments

Comments
 (0)