| commit | 3c5d0635f855f16780792a6be311f71b4d59f20b | [log] [tgz] |
|---|---|---|
| author | Serge Bazanski <serge@monogon.tech> | Thu Sep 12 10:49:12 2024 +0000 |
| committer | Serge Bazanski <serge@monogon.tech> | Mon Sep 16 14:03:22 2024 +0000 |
| tree | 4a48292bf17a874f2d627901ee4f7e9145c5b040 | |
| parent | a036c4e792e4b497c512991291b0cc18bc12b5e3 [diff] |
osbase/logtree.LeveledLogger -> go/logging.Leveled This factors out the common leveled logger interface out of the logtree. We want to use the same interface outside of logtree/supervisor usage within the resolver code, which will be exposed to clients. Change-Id: I299e76d91e8cefddf8f36f1e58432418c4694df2 Reviewed-on: https://review.monogon.dev/c/monogon/+/3411 Reviewed-by: Tim Windelschmidt <tim@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.