We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c58f9a commit d8a0666Copy full SHA for d8a0666
README.md
@@ -28,3 +28,8 @@ color support, but there are bigger plans for the future of this!
28
29
You can use [indicatif-log-bridge](https://crates.io/crates/indicatif-log-bridge) to integrate with the
30
[log crate](https://crates.io/crates/log) and avoid having both fight for your terminal.
31
+
32
+You can use [tracing-indicatif](https://crates.io/crates/tracing-indicatif) to integrate with the
33
+[tracing crate](https://crates.io/crates/tracing) with automatic progress bar management
34
+for active tracing spans, as well as ensure that tracing
35
+log events do not interfere with active progress bars.
0 commit comments