Skip to content

Commit

Permalink
Merge branch 'refactor/tailcallhq#1400/move-server-responseHeaders-to…
Browse files Browse the repository at this point in the history
…-server-headers-custom' of github.com:ologbonowiwi/tailcall into refactor/tailcallhq#1400/move-server-responseHeaders-to-server-headers-custom
  • Loading branch information
ologbonowiwi committed Mar 13, 2024
2 parents 44c90ec + 542ce18 commit 6e99489
Show file tree
Hide file tree
Showing 9 changed files with 327 additions and 210 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ deno_core = { version = "0.269.0", optional = true, features = ["v8_use_custom_l
strum_macros = "0.26.2"
# TODO: disable some levels with features?
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["default"] }
tracing-subscriber = { version = "0.3.18", features = ["default","fmt","env-filter"] }
tracing-opentelemetry = "0.23.0"
getrandom = { version = "0.2.12", features = ["js"] }
prometheus = "0.13.3"
Expand Down
Loading

0 comments on commit 6e99489

Please sign in to comment.