Skip to content

Commit

Permalink
feat: structured log
Browse files Browse the repository at this point in the history
  • Loading branch information
Banyc committed May 24, 2024
1 parent 6c47fe8 commit 584a797
Show file tree
Hide file tree
Showing 16 changed files with 395 additions and 287 deletions.
128 changes: 23 additions & 105 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ bincode = "1"
bytes = "1"
bytesize = "1"
clap = "4"
csv_logger = { git = "https://github.com/Banyc/csv_logger.git", tag = "v0.0.1" }
dhat = "0.3"
duplicate = "1"
file_rotating_log = { git = "https://github.com/Banyc/file_rotating_log.git", tag = "v0.0.1" }
file_watcher_tokio = "0.3"
futures = "0.3"
futures-core = "0.3"
Expand Down Expand Up @@ -50,7 +50,6 @@ serial_test = "3"
slotmap = "1"
strict-num = "0.2"
swap = { git = "https://github.com/Banyc/swap.git", rev = "d10a8b5b10503fa6ebac523cfcaa4d62135a665f" }
table_log = { git = "https://github.com/Banyc/table_log.git", tag = "v0.0.1" }
thiserror = "1"
tokio = "1"
tokio-io-timeout = "1"
Expand Down
1 change: 0 additions & 1 deletion access_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ protocol = { path = "../protocol" }
proxy_client = { path = "../proxy_client" }
regex = { workspace = true }
serde = { workspace = true, features = ["derive"] }
table_log = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["full"] }
tokio_chacha20 = { workspace = true }
Expand Down
Loading

0 comments on commit 584a797

Please sign in to comment.