Current behaviour:
If the configuration parameter 'LOAD_PLUGINS' contains a plugin which cannot be loaded, there is no error reported to the user. Especially in cases where the corresponding entry_point could not be loaded in advance.
Expected behaviour:
If the configuration parameter 'LOAD_PLUGINS' contains a plugin name which cannot be loaded for any reason, groundwork should log a fatal error. The application should exit immediately. The behavious should be independendent of the the APP_STRICT setting.