From c23a457e72abe608715ac76f076f47dc42af07a5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 May 2024 20:31:44 +0200 Subject: Merging upstream version 1.74.1+dfsg1. Signed-off-by: Daniel Baumann --- vendor/tracing-tree/README.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'vendor/tracing-tree/README.md') diff --git a/vendor/tracing-tree/README.md b/vendor/tracing-tree/README.md index 06751d4ec..01c3b1c78 100644 --- a/vendor/tracing-tree/README.md +++ b/vendor/tracing-tree/README.md @@ -4,26 +4,7 @@ Instrument your application with [tracing](https://github.com/tokio-rs/tracing) and get tree-structured summaries of your application activity with timing information on the console: -
 
- server{host="localhost", port=8080}
-    0ms  INFO starting
-    300ms  INFO listening
-    conn{peer_addr="82.9.9.9", port=42381}
-      0ms DEBUG connected
-      300ms DEBUG message received, length=2
-    conn{peer_addr="8.8.8.8", port=18230}
-      300ms DEBUG connected
-    conn{peer_addr="82.9.9.9", port=42381}
-      600ms  WARN weak encryption requested, algo="xor"
-      901ms DEBUG response sent, length=8
-      901ms DEBUG disconnected
-    conn{peer_addr="8.8.8.8", port=18230}
-      600ms DEBUG message received, length=5
-      901ms DEBUG response sent, length=8
-      901ms DEBUG disconnected
-    1502ms  WARN internal error
-    1502ms  INFO exit
-
+https://github.com/davidbarsky/tracing-tree/blob/483cc0a118c3170f4246d6fa4a9f018a00d8f0a9/examples/quiet.stdout#L1-L28 (Format inspired by [slog-term](https://github.com/slog-rs/slog#terminal-output-example)) -- cgit v1.2.3