Skip to content

fix(logging): restore aurweb logger; null out root logger

Kevin Morris requested to merge kevr/aurweb:fix-logging into pu

After actually digging into how the logger does things, since the root logger is required and we have specific level-changing loggers for our components, we must no-op the root logger to avoid it duplicating logs from the others.

Signed-off-by: Kevin Morris kevr@0cost.org

Merge request reports