| commit | 35cd44be9b5f43d19e05f48f6be2ab6cd65b9c22 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Mon Dec 16 02:44:11 2024 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Fri Jan 03 15:40:37 2025 +0000 |
| tree | 1ec0672614bb0e03246dd91f03c3113a6f42c95a | |
| parent | 117006e5a66f0c5858bff44aa05dc036083610a3 [diff] |
osbase/supervisor: allow access to LogTree from Runnable This adds a way to access the underlying LogTree instance from a runnable with the same API as normal logger access. This is required for migrating metropolis/node/core to use bringup. Change-Id: I867ff0ff104bd7f524667a66aaaf13fc29c8f25c Reviewed-on: https://review.monogon.dev/c/monogon/+/3704 Reviewed-by: Lorenz Brun <lorenz@monogon.tech> Tested-by: Jenkins CI
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.