Skip to content

Commit

Permalink
feat: Log to file on disk (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjackman committed Dec 24, 2024
1 parent 94f2d2e commit 58b4e5d
Show file tree
Hide file tree
Showing 4 changed files with 247 additions and 33 deletions.
210 changes: 197 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ futures = "0.3.30"
tokio = { version = "1", features = ["full"] }
tokio-util = "0.7"
async-stream = "0.3"
env_logger = "0.11"
log = "0.4"
async-condvar-fair = { version = "1.0", features = [ "parking_lot_0_12" ] }
# https://docs.rs/async-condvar-fair/latest/async_condvar_fair/#mutex-guard-sending-between-threads
Expand All @@ -48,6 +47,7 @@ crossterm = {version = "0.28.1", features = ["event-stream"] }
schemars = "0.8.21"
sha3 = "0.10.8"
hex = "0.4.3"
flexi_logger = "0.29.8"

[dev-dependencies]
test-case = "3.3"
Expand Down
Loading

0 comments on commit 58b4e5d

Please sign in to comment.