Skip to content

Commit

Permalink
Merge branch 'main' into 60-add-debug-mode-to-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
ISibboI authored Oct 14, 2023
2 parents 2907ef7 + 4e06d15 commit bb6c49e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 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 backend/rvoc-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ clap = { version = "4.3.19", features = ["derive"] }
# logging and telemetry
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["fmt", "json"] }
tracing-opentelemetry = { version = "0.20.0" }
tracing-opentelemetry = { version = "0.21.0" }
opentelemetry = { version = "0.20.0", features = ["rt-tokio-current-thread"] }
opentelemetry-otlp = { version = "0.13.0" }

Expand Down

0 comments on commit bb6c49e

Please sign in to comment.