Refactor logging initialization
Updated the logging calls throughout the codebase to use logging.Logger
instead of logging.DefaultLogger
or logging.DefaultErrLogger
. This change unifies the logger usage and improves consistency in logging across various modules.
Signed-off-by: Christian Roessner c@roessner.co