refactor(logging): consolidate logging setup into shared helper in goose crate (#8817)

Signed-off-by: Rodolfo Olivieri <rolivier@redhat.com>
Signed-off-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
Rodolfo Olivieri
2026-05-13 15:35:41 -03:00
committed by GitHub
parent 9ca29a1047
commit 4de5fcdff8
7 changed files with 143 additions and 157 deletions
-1
View File
@@ -43,7 +43,6 @@ rustyline = "18.0.0"
tracing = { workspace = true }
chrono = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter", "fmt", "json", "time"] }
tracing-appender = { workspace = true }
shlex = "1.3.0"
async-trait = { workspace = true }
base64 = { workspace = true }