This pull request includes changes that enhance the logger initialization process and provide the ability to change log levels for different categories.
Changes
Fixed and optimized the logger initialization process to delay and cache it.
Introduced the ability to change log levels for different log categories.
Aims to convert many "initializing.x.y" logger names to just 'x.y'
Description
This pull request includes changes that enhance the logger initialization process and provide the ability to change log levels for different categories.
Changes
Aims to convert many "initializing.x.y" logger names to just 'x.y'