Skip to content

Commit

Permalink
chore: Move 'tracing_log_error' in its own repository and consume it …
Browse files Browse the repository at this point in the history
…via crates.io
  • Loading branch information
LukeMathWalker committed Jan 20, 2025
1 parent 6fe0411 commit 5f5e63a
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 327 deletions.
3 changes: 0 additions & 3 deletions libs/.config/hakari.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,3 @@ platforms = [

# Write out exact versions rather than a semver range. (Defaults to false.)
# exact-versions = true

[final-excludes]
workspace-members = ["tracing_log_error"]
4 changes: 3 additions & 1 deletion libs/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 libs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ members = [
"generate_from_path",
"persist_if_changed",
"px_workspace_hack",
"tracing_log_error",
]
resolver = "2"

Expand Down Expand Up @@ -122,6 +121,7 @@ toml = "0.8.19"
toml_edit = "0.22"
tracing = { version = "0.1.41", default-features = false }
tracing-log = "0.2"
tracing_log_error = "0.1"
tracing-chrome = "0.7"
tracing-subscriber = "0.3"
trybuild = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/pavex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ hyper-util = { workspace = true, features = [
], optional = true }
socket2 = { workspace = true, optional = true }
smallvec = { workspace = true }
tracing_log_error = { version = "0.1.68", path = "../tracing_log_error" }
tracing_log_error = { workspace = true }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion libs/pavex_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ anyhow = { workspace = true }
pavexc_cli_client = { path = "../pavexc_cli_client", version = "0.1.68" }
pavex_cli_deps = { path = "../pavex_cli_deps", version = "0.1.68" }
pavex_miette = { path = "../pavex_miette", version = "0.1.68" }
tracing_log_error = { version = "0.1.68", path = "../tracing_log_error" }
tracing_log_error = { workspace = true }
clap = { workspace = true, features = ["derive", "env"] }
miette = { workspace = true }
fs-err = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion libs/pavex_tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ readme = "README.md"

[dependencies]
tracing = { workspace = true, features = ["std"] }
tracing_log_error = { version = "0.1.68", path = "../tracing_log_error" }
tracing_log_error = { workspace = true }
pavex = { version = "0.1.68", path = "../pavex" }
px_workspace_hack = { version = "0.1", path = "../px_workspace_hack" }
2 changes: 1 addition & 1 deletion libs/pavexc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ debug_assertions = []
pavex = { path = "../pavex", version = "0.1.68" }
pavex_bp_schema = { path = "../pavex_bp_schema", version = "=0.1.68" }
rustdoc_types = { path = "../pavexc_rustdoc_types", version = "=0.1.68", package = "pavexc_rustdoc_types" }
tracing_log_error = { path = "../tracing_log_error", version = "0.1.68" }
tracing_log_error = { workspace = true }
syn = { workspace = true, features = ["full", "extra-traits", "visit"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true, features = ["unbounded_depth"] }
Expand Down
2 changes: 1 addition & 1 deletion libs/pavexc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clap = { workspace = true, features = ["derive", "env"] }
pavexc = { path = "../pavexc", version = "0.1.68" }
pavexc_cli_client = { path = "../pavexc_cli_client", version = "0.1.68" }
pavex_cli_deps = { path = "../pavex_cli_deps", version = "0.1.68" }
tracing_log_error = { version = "0.1.68", path = "../tracing_log_error" }
tracing_log_error = { workspace = true }
cargo-like-utils = { workspace = true }
pavex_miette = { path = "../pavex_miette", version = "0.1.68" }
liquid-core = { workspace = true }
Expand Down
19 changes: 0 additions & 19 deletions libs/tracing_log_error/CONTRIBUTING.md

This file was deleted.

13 changes: 0 additions & 13 deletions libs/tracing_log_error/Cargo.toml

This file was deleted.

52 changes: 0 additions & 52 deletions libs/tracing_log_error/src/fields.rs

This file was deleted.

233 changes: 0 additions & 233 deletions libs/tracing_log_error/src/lib.rs

This file was deleted.

0 comments on commit 5f5e63a

Please sign in to comment.