Skip to content

Commit 1e36ebd

Browse files
committed
feat: Log to file on disk (WIP)
1 parent 94f2d2e commit 1e36ebd

File tree

4 files changed

+247
-33
lines changed

4 files changed

+247
-33
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ futures = "0.3.30"
2525
tokio = { version = "1", features = ["full"] }
2626
tokio-util = "0.7"
2727
async-stream = "0.3"
28-
env_logger = "0.11"
2928
log = "0.4"
3029
async-condvar-fair = { version = "1.0", features = [ "parking_lot_0_12" ] }
3130
# https://docs.rs/async-condvar-fair/latest/async_condvar_fair/#mutex-guard-sending-between-threads
@@ -48,6 +47,7 @@ crossterm = {version = "0.28.1", features = ["event-stream"] }
4847
schemars = "0.8.21"
4948
sha3 = "0.10.8"
5049
hex = "0.4.3"
50+
flexi_logger = "0.29.8"
5151

5252
[dev-dependencies]
5353
test-case = "3.3"

0 commit comments

Comments
 (0)