oxidecomputer/helios

want `looker` or `bunyan`

davepacheco opened this issue · 3 comments

It's pretty critical to be able to view log files emitted by Oxide software directly on our systems. Omicron uses the "bunyan" format, which is intended to be machine-readable (great!) and is not very human-readable (dang). We should probably ship bunyan or looker to view those. (If there's a better format that's easy to switch to, we could use that instead, but we'd still want it to be machine-processable, so we'd still need some kind of formatting tool.)

I put looker in the default ramdisk image package set now, so future images should contain it. If you want it on another Helios machine you can now pkg install looker as well.

Thank you!