In 5.8, `FModuleManager::InternalLoadLibrary` emits a message at `Log` severity for every dynamic library it loads. Since `LogModuleManager` is declared with a default runtime verbosity of `Log`, these lines appear in all default logs with no opt-in. This did not happen in 5.7.
Understood - we’ll just set the verbosity manually in our .ini then - we were unsure if this was an intentional change given the commit referenced QA. Thanks!