Skip to content

Commit

Permalink
Update tracing-appender
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanW3 committed Nov 16, 2024
1 parent 5618d8f commit 8486969
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Get branch name
id: branch-name
uses: tj-actions/branch-names@v4.9
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
- name: Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down
30 changes: 10 additions & 20 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 binaries/flo-worker-ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ flo-constants = { path = "../../crates/constants" }
structopt = { version = "0.3", default-features = false }
tokio = { version = "1.21.2", features = ["rt", "rt-multi-thread", "signal"] }
tracing-subscriber = "0.3.18"
tracing-appender = "0.1"
tracing-appender = "0.2"
tracing = "0.1"
once_cell = "1.15"
serde_json = "1"
Expand Down
4 changes: 2 additions & 2 deletions binaries/flo-worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flo-worker"
version = "0.15.1"
version = "0.17.0"
authors = ["Flux Xu <fluxxu@gmail.com>"]
edition = "2018"

Expand All @@ -20,7 +20,7 @@ tokio = { version = "1.21.2", features = [
"time",
] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt"] }
tracing-appender = "0.1"
tracing-appender = "0.2"
once_cell = "1.15"
serde_json = "1.0"
anyhow = "1.0"
Expand Down

0 comments on commit 8486969

Please sign in to comment.