|
1 | 1 | $ $EXAMPLE slog |
2 | | - T* [tracing_slog_compat_example] *main.rs:58] [tracing-span{bin: example}] Example tracing::trace (glob) |
3 | | - D* [tracing_slog_compat_example] *main.rs:59] [tracing-span{bin: example}] number: 1, word: bird (glob) |
4 | | - I* [tracing_slog_compat_example] *main.rs:60] [tracing-span{bin: example}] Example tracing::info, duration: 20ms (glob) |
5 | | - W* [tracing_slog_compat_example] *main.rs:61] [tracing-span{bin: example}] Example tracing::warn (glob) |
6 | | - E* [tracing_slog_compat_example] *main.rs:62] [tracing-span{bin: example}] Example tracing::error (200 300), var1: 100, word: cat (glob) |
7 | | - E* [main] *main.rs:64] Example slog::error (glob) |
8 | | - W* [main] *main.rs:65] Example slog::warn, display: value, debug: "value", key: value (glob) |
9 | | - I* [main] *main.rs:66] Example slog::info 200 300, var1: 100 (glob) |
10 | | - V* [main] *main.rs:67] Example slog::debug, duration: 20ms (glob) |
11 | | - V* [main] *main.rs:68] Example slog::trace, string: example (glob) |
| 2 | + T* [tracing_slog_compat_example] *main.rs:59] [tracing-span{bin: example}] Example tracing::trace (glob) |
| 3 | + D* [tracing_slog_compat_example] *main.rs:60] [tracing-span{bin: example}] number: 1, word: bird (glob) |
| 4 | + I* [tracing_slog_compat_example] *main.rs:61] [tracing-span{bin: example}] Example tracing::info, duration: 20ms (glob) |
| 5 | + W* [tracing_slog_compat_example] *main.rs:62] [tracing-span{bin: example}] Example tracing::warn (glob) |
| 6 | + E* [tracing_slog_compat_example] *main.rs:63] [tracing-span{bin: example}] Example tracing::error (200 300), var1: 100, word: cat (glob) |
| 7 | + E* [main] *main.rs:65] Example slog::error (glob) |
| 8 | + W* [main] *main.rs:66] Example slog::warn, display: value, debug: "value", key: value (glob) |
| 9 | + I* [main] *main.rs:67] Example slog::info 200 300, var1: 100 (glob) |
| 10 | + V* [main] *main.rs:68] Example slog::debug, duration: 20ms (glob) |
| 11 | + V* [main] *main.rs:69] Example slog::trace, string: example (glob) |
12 | 12 |
|
13 | 13 | $ $EXAMPLE tracing |
14 | | - T* [tracing_slog_compat_example] *main.rs:58] [tracing-span{bin: example}] Example tracing::trace (glob) |
15 | | - D* [tracing_slog_compat_example] *main.rs:59] [tracing-span{bin: example}] number: 1, word: bird (glob) |
16 | | - I* [tracing_slog_compat_example] *main.rs:60] [tracing-span{bin: example}] Example tracing::info, duration: 20ms (glob) |
17 | | - W* [tracing_slog_compat_example] *main.rs:61] [tracing-span{bin: example}] Example tracing::warn (glob) |
18 | | - E* [tracing_slog_compat_example] *main.rs:62] [tracing-span{bin: example}] Example tracing::error (200 300), var1: 100, word: cat (glob) |
19 | | - E* [tracing_slog_compat_example] *main.rs:64] [tracing-span{bin: example}] Example slog::error (glob) |
20 | | - W* [tracing_slog_compat_example] *main.rs:65] [tracing-span{bin: example}] Example slog::warn, key: "value", debug: "value", display: value (glob) |
21 | | - I* [tracing_slog_compat_example] *main.rs:66] [tracing-span{bin: example}] Example slog::info 200 300, var1: 100 (glob) |
22 | | - D* [tracing_slog_compat_example] *main.rs:67] [tracing-span{bin: example}] Example slog::debug, duration: 20ms (glob) |
23 | | - T* [tracing_slog_compat_example] *main.rs:68] [tracing-span{bin: example}] Example slog::trace, string: example (glob) |
| 14 | + T* [tracing_slog_compat_example] *main.rs:59] [tracing-span{bin: example}] Example tracing::trace (glob) |
| 15 | + D* [tracing_slog_compat_example] *main.rs:60] [tracing-span{bin: example}] number: 1, word: bird (glob) |
| 16 | + I* [tracing_slog_compat_example] *main.rs:61] [tracing-span{bin: example}] Example tracing::info, duration: 20ms (glob) |
| 17 | + W* [tracing_slog_compat_example] *main.rs:62] [tracing-span{bin: example}] Example tracing::warn (glob) |
| 18 | + E* [tracing_slog_compat_example] *main.rs:63] [tracing-span{bin: example}] Example tracing::error (200 300), var1: 100, word: cat (glob) |
| 19 | + E* [tracing_slog_compat_example] *main.rs:65] [tracing-span{bin: example}] Example slog::error (glob) |
| 20 | + W* [tracing_slog_compat_example] *main.rs:66] [tracing-span{bin: example}] Example slog::warn, key: "value", debug: "value", display: value (glob) |
| 21 | + I* [tracing_slog_compat_example] *main.rs:67] [tracing-span{bin: example}] Example slog::info 200 300, var1: 100 (glob) |
| 22 | + D* [tracing_slog_compat_example] *main.rs:68] [tracing-span{bin: example}] Example slog::debug, duration: 20ms (glob) |
| 23 | + T* [tracing_slog_compat_example] *main.rs:69] [tracing-span{bin: example}] Example slog::trace, string: example (glob) |
0 commit comments