tracing-pbar 0.1.0

Ready-to-use tracing config
Documentation
1
2
3
4
5
6
7
8
9
10
11
# `tracing-pbar`

Common `tracing` layers preconfigured.

Enable/disable the layers with Cargo features.

| Cargo Feature | Description                           | Enabled by default? |
| ------------- | ------------------------------------- | ------------------- |
| `lines`       | Logging lines to a file/stdout/stderr | 🟢                  |
| `otel`        | OpenTelemetry support                 |                     |
| `console`     | `tokio-console` support               |                     |