We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b790a55 commit e568727Copy full SHA for e568727
services/storage/src/simcore_service_storage/core/application.py
@@ -55,7 +55,6 @@ def create_app(settings: ApplicationSettings) -> FastAPI:
55
for name in _NOISY_LOGGERS:
56
logging.getLogger(name).setLevel(quiet_level)
57
58
- settings = ApplicationSettings.create_from_envs()
59
_logger.info("app settings: %s", settings.model_dump_json(indent=1))
60
61
app = FastAPI(
0 commit comments