What happened?
After #1465 is merged,
max_guest_log_level is not plumbed through snapshot load.
Steps to Reproduce
- Run '...'
- And then do '...'
- Check logs for '...'
Expected Results
log level to be set when working with snapshot loads.
Actual Results
TODO: What actually happened?
Versions and Environment
Hyperlight version or commit: TODO
OS Version
Run the following to find your OS version:
Linux:
cat /etc/os-release && uname -a
Windows (PowerShell):
Hypervisor
Run the following to check hypervisor access:
Linux:
ls -la /dev/kvm /dev/mshv 2>&1; getfacl /dev/kvm /dev/mshv 2>&1; id
[ -r /dev/kvm ] && [ -w /dev/kvm ] && echo "KVM: OK" || echo "KVM: FAIL"
[ -r /dev/mshv ] && [ -w /dev/mshv ] && echo "MSHV: OK" || echo "MSHV: FAIL"
Windows (Admin PowerShell):
Get-WindowsOptionalFeature -Online | Where-Object {$_.FeatureName -match 'Hyper-V|HypervisorPlatform|VirtualMachinePlatform'} | Format-Table
Extra Info
Anything else you'd like to add?
What happened?
After #1465 is merged,
max_guest_log_level is not plumbed through snapshot load.
Steps to Reproduce
Expected Results
log level to be set when working with snapshot loads.
Actual Results
TODO: What actually happened?
Versions and Environment
Hyperlight version or commit: TODO
OS Version
Run the following to find your OS version:
Linux:
cat /etc/os-release && uname -aWindows (PowerShell):
cmd /c verHypervisor
Run the following to check hypervisor access:
Linux:
Windows (Admin PowerShell):
Extra Info
Anything else you'd like to add?