feat(instrumentation): Add logging to stderr config

This commit is contained in:
Daniel Lundin 2024-12-25 17:52:55 +01:00
parent 706b6787d3
commit 86db3cb3a0
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
4 changed files with 14 additions and 5 deletions

View file

@ -6,7 +6,7 @@ default:
# Run controller
run-controller $RUST_LOG="debug,h2=info,hyper_util=info,tower=info":
cargo run --package patagia-controller
cargo run --package patagia-controller -- --log-stderr
# Run controller local development
dev-controller: