beringresearch / macpine

Lightweight Linux VMs on MacOS
https://beringresearch.github.io/macpine/
Apache License 2.0
898 stars 22 forks source link

[Feature] Improve verbosity of macpine instance logs to help troubleshoot failed instances #156

Closed idroz closed 5 months ago

idroz commented 1 year ago

Not necessarily a macpine thing, but have encountered cases where boot loader fails without a clear error. The only way of debugging is running macpine disk image through emu itself.

maxzinkus commented 1 year ago

I've kind of been thinking for a while that we should have -v and -vv verbosity levels. At default, maybe we only print errors but not informational messages, at level 1 we print like we currently do, and level 2 adds all the debugging output.

What are your thoughts?

maxzinkus commented 1 year ago

That said, I haven't found any similar issues with bootloaders, but I've also only used the default alpine3.16 build.

maxzinkus commented 10 months ago

Tagging this one to you as you have experience with the issue at hand, but obviously it's a whenever-you-have-time :)

idroz commented 5 months ago

No hard requirements at this stage, so closing as wontfix. Can revisit in the future