File: basic_verbose_entry.stdout

package info (click to toggle)
rust-tracing-tree 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 284 kB
  • sloc: makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,918 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
1:main┐basic_verbose_entry::hierarchical-example version=0.1
1:main└┐basic_verbose_entry::hierarchical-example version=0.1
1:main └┐basic_verbose_entry::server host="localhost", port=8080
1:main  ├─ INFO basic_verbose_entry starting
1:main  ├─ INFO basic_verbose_entry listening
1:main  └┐basic_verbose_entry::server host="localhost", port=8080
1:main   └┐basic_verbose_entry::conn peer_addr="82.9.9.9", port=42381
1:main    ├─ DEBUG basic_verbose_entry connected
1:main    ├─ DEBUG basic_verbose_entry message received, length=2
1:main  ┌─┘
1:main  └┐basic_verbose_entry::server host="localhost", port=8080
1:main   └┐basic_verbose_entry::conn peer_addr="8.8.8.8", port=18230
1:main    ├─ DEBUG basic_verbose_entry connected
1:main  ┌─┘
1:main  └┐basic_verbose_entry::server host="localhost", port=8080
1:main   └┐basic_verbose_entry::foomp 42 <- format string, normal_var=43
1:main    ├─ ERROR basic_verbose_entry hello
1:main  ┌─┘
1:main  └┐basic_verbose_entry::server host="localhost", port=8080
1:main   └┐basic_verbose_entry::conn peer_addr="82.9.9.9", port=42381
1:main    ├─ WARN basic_verbose_entry weak encryption requested, algo="xor"
1:main    ├─ DEBUG basic_verbose_entry response sent, length=8
1:main    ├─ DEBUG basic_verbose_entry disconnected
1:main  ┌─┘
1:main  └┐basic_verbose_entry::server host="localhost", port=8080
1:main   └┐basic_verbose_entry::conn peer_addr="8.8.8.8", port=18230
1:main    ├─ DEBUG basic_verbose_entry message received, length=5
1:main    ├─ DEBUG basic_verbose_entry response sent, length=8
1:main    ├─ DEBUG basic_verbose_entry disconnected
1:main  ┌─┘
1:main  ├─ WARN basic_verbose_entry internal error
1:main  ├─ ERROR basic_verbose_entry this is a log message
1:main  ├─ INFO basic_verbose_entry exit
1:main┌─┘
1:main┘