fix(logging): restore aurweb logger; null out root logger
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