Describe the bug
Setting GLOBAL_LOG_LEVEL and consorts in .env does not affect logging
Additional context
log objects are initialized in init() functions; the .env is loaded in main(). Loading .env in init is tricky as init() order is alphabetical based on package name.