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.)
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
bunyanorlookerto 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.)