Skip to content

Commit

Permalink
added base logging infrastructure, more to come SOON
Browse files Browse the repository at this point in the history
  • Loading branch information
Strum355 committed Mar 15, 2022
1 parent b775bd2 commit 7cf009e
Show file tree
Hide file tree
Showing 5 changed files with 292 additions and 17 deletions.
220 changes: 218 additions & 2 deletions server/Cargo.lock

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

7 changes: 7 additions & 0 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ gl = "0.14"
ctor = "0.1"
mockall = "0.11"
path-slash = "0.1"
slog = { version = "2.7", features = [ "max_level_trace", "release_max_level_trace" ] }
slog-term = "2.9"
slog-scope = "4.4"
slog-atomic = "3.1"
once_cell = "1.7"
rand = "0.8"
arc-swap = "1.5.0"

[dev-dependencies]
tempdir = "0.3"
Expand Down
Loading

0 comments on commit 7cf009e

Please sign in to comment.