commit | ad8169c5a8284f2d24a73b1b05c62c59c40e9220 | [log] [tgz] |
---|---|---|
author | Jan Kundrát <jan.kundrat@cesnet.cz> | Mon May 29 10:49:13 2023 +0200 |
committer | Jan Kundrát <jan.kundrat@cesnet.cz> | Tue May 30 10:45:01 2023 +0200 |
tree | 4a13da20b096ea5d98359183f0a5445870a12053 | |
parent | 190d6ca982c70a772fdea3493e3a0d577b8422d2 [diff] |
log: ensure we can control verbosity of everything The code uses three loggers: - `system`/`firewall`/`health`/`hardware` for the application-specific part of each daemon - `main` for exception handling and a wrapper around calls to sysrepo/libyang - `sysrepo` for the C library I think it makes sense to keep that separation between sysrepo-the-C-library and our-wrapper-around-calling-sysrepo-functions. For a lack of a better name, this is called `main`. That's no change, all this commit is doing is making sure that the actual log verbosity setting is possible in all daemons. Without this patch, I don't know what causes some failure in velia-health because I don't know what call to what XPath yields an error from libyang. Change-Id: Ifa5dda96267eae6ad6afcfce6c61ada3621cda8a
Together with sysrepo, this software provides "general system management" of embedded devices. The target platform is anything that runs Linux with systemd. This runs in production on CzechLight SDN DWDM devices.
This component tracks the overal health state of the system, including various sensors, or the state of systemd
units. As an operator-friendly LED at the front panel of the appliance shows the aggregated health state.
Firmware can be updated via RAUC, and various aspects of the system's configuration can be adjusted. This includes a firewall, basic network settings, and authentication management.
For a full list, consult the yang/
directory in this repository.
ietf-access-control-list
, RFC 8519 (with deviations)ietf-hardware
, RFC 8348ietf-system
, RFC 7317 (partial support)ietf-interfaces
, RFC 8343 (generating config for systemd-networkd
, with extensions)ietf-routing
, RFC 8349 (see above)czechlight-system