influxdb/influxdb_iox
Marco Neumann 267a53a9e8
chore: update `tracing-subscriber`, fix trogging, fix CLI test port allocation (#5581)
* test: use dedicated ports for CLI tests

* chore: update `tracing-subscriber`

* fix: work around tracing-subscriber weirdness

It seems that trogging with tracing-subscriber >= 0.3.14 does not
produce any output at all. I suspect we are hitting
<https://github.com/tokio-rs/tracing/issues/2265>. Let's change the
construct to not use multiple optional layers but a single dyn-dispatch
layer. Logging shouldn't have such a high throughput that his makes any
difference, esp. because the dyn-dispatch happens AFTER the filter.
2022-09-08 09:37:37 +00:00
..
src chore: fix comment typo (#5551) 2022-09-07 08:49:29 +00:00
tests chore: update `tracing-subscriber`, fix trogging, fix CLI test port allocation (#5581) 2022-09-08 09:37:37 +00:00
Cargo.toml ci: fix (#5569) 2022-09-06 14:13:28 +00:00
build.rs fix: include git sha (again) in release build (#4193) 2022-03-31 19:14:21 +00:00