Commit 4c61ebe
committed
[guest] Enable
- The rationale for this change is to allow hyperlight core to test this
scenario and catch potential issues early, not downstream.
- This makes all trace spans to be created as logs when there is no
subscriber installed on the guest (when `trace_guest` not enabled)
- The `log_messages` integration test verifies that the guest correctly
behaves when `RUST_LOG` enables guest logs.
Signed-off-by: Doru Blânzeanu <dblnz@pm.me>log feature for tracing crate in simpleguest1 parent 19d5a1e commit 4c61ebe
File tree
4 files changed
+16
-4
lines changed- src
- hyperlight_host/tests
- tests/rust_guests/simpleguest
4 files changed
+16
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
727 | 727 | | |
728 | 728 | | |
729 | 729 | | |
730 | | - | |
731 | | - | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
732 | 743 | | |
733 | 744 | | |
734 | 745 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments