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_exit::hierarchical-example version=0.1
1:main└─┐basic_verbose_exit::server host="localhost", port=8080
1:main ├─ Xms INFO basic_verbose_exit starting
1:main ├─ Xs INFO basic_verbose_exit listening
1:main └─┐basic_verbose_exit::conn peer_addr="82.9.9.9", port=42381
1:main ├─ Xms DEBUG basic_verbose_exit connected
1:main ├─ Xms DEBUG basic_verbose_exit message received, length=2
1:main ┌┘basic_verbose_exit::conn peer_addr="82.9.9.9", port=42381
1:main ┌┘basic_verbose_exit::server host="localhost", port=8080
1:main └─┐basic_verbose_exit::conn peer_addr="8.8.8.8", port=18230
1:main ├─ Xms DEBUG basic_verbose_exit connected
1:main ┌┘basic_verbose_exit::conn peer_addr="8.8.8.8", port=18230
1:main ┌┘basic_verbose_exit::server host="localhost", port=8080
1:main └─┐basic_verbose_exit::foomp 42 <- format string, normal_var=43
1:main ├─ Xms ERROR basic_verbose_exit hello
1:main ┌┘basic_verbose_exit::foomp 42 <- format string, normal_var=43
1:main ┌┘basic_verbose_exit::server host="localhost", port=8080
1:main └─┐basic_verbose_exit::conn peer_addr="82.9.9.9", port=42381
1:main ├─ Xms WARN basic_verbose_exit weak encryption requested, algo="xor"
1:main ├─ Xms DEBUG basic_verbose_exit response sent, length=8
1:main ├─ Xms DEBUG basic_verbose_exit disconnected
1:main ┌┘basic_verbose_exit::conn peer_addr="82.9.9.9", port=42381
1:main ┌┘basic_verbose_exit::server host="localhost", port=8080
1:main └─┐basic_verbose_exit::conn peer_addr="8.8.8.8", port=18230
1:main ├─ Xms DEBUG basic_verbose_exit message received, length=5
1:main ├─ Xms DEBUG basic_verbose_exit response sent, length=8
1:main ├─ Xms DEBUG basic_verbose_exit disconnected
1:main ┌┘basic_verbose_exit::conn peer_addr="8.8.8.8", port=18230
1:main ┌┘basic_verbose_exit::server host="localhost", port=8080
1:main ├─ Xs WARN basic_verbose_exit internal error
1:main ├─ Xs ERROR basic_verbose_exit this is a log message
1:main ├─ Xs INFO basic_verbose_exit exit
1:main ┌┘basic_verbose_exit::server host="localhost", port=8080
1:main┌┘basic_verbose_exit::hierarchical-example version=0.1
1:main┘basic_verbose_exit::hierarchical-example version=0.1
|