commit | 3da1467d50dc78be049f4a00de24718a0874aa51 | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubernat@cesnet.cz> | Tue Feb 09 09:39:24 2021 +0100 |
committer | Václav Kubernát <kubernat@cesnet.cz> | Wed Feb 17 03:38:17 2021 +0100 |
tree | 3a6eee3e0142d1d57635d37fa81fc1f3e6134482 | |
parent | b1ddeb948573e460cc2fd6174c36fb55bc986d31 [diff] |
Get rid of the --log-level option This option was misleading, because it seems that it sets the default log level for all of the other loggers, but it doesn't. The other loggers have their own defaults and these would always override --log-level. However, it does change the log level of the `main` logger. Change-Id: I6ba6284acda30bb680fab8d0ca912a9fd956eacd
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.