Skip to content

Commit d23fdee

Browse files
authored
Merge pull request #21 from hyperlight-dev/fix/silence-pydriver-logs
fix: silence python-agent-driver kernel boot logs
2 parents 094c5cf + dbd0d4a commit d23fdee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/python-agent-driver/kraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ unikraft:
1111
CONFIG_LIBUKINTCTLR_HYPERLIGHT: 'y'
1212
CONFIG_HYPERLIGHT_MAX_GUEST_LOG_LEVEL: 4
1313

14-
CONFIG_LIBUKPRINT_KLVL_INFO: 'y'
14+
CONFIG_LIBUKPRINT_KLVL_CRIT: 'y'
1515
CONFIG_LIBUKPRINT_PRINT_TIME: 'n'
16-
CONFIG_LIBUKPRINT_PRINT_SRCNAME: 'y'
16+
CONFIG_LIBUKPRINT_PRINT_SRCNAME: 'n'
1717
CONFIG_LIBUKBOOT_BANNER_NONE: 'y'
1818
CONFIG_OPTIMIZE_SIZE: 'y'
1919
CONFIG_OPTIMIZE_PIE: 'y'

0 commit comments

Comments
 (0)