diff --git a/services/web/server/src/simcore_service_webserver/application_settings.py b/services/web/server/src/simcore_service_webserver/application_settings.py index 8570a79ad2ff..599cab66bec7 100644 --- a/services/web/server/src/simcore_service_webserver/application_settings.py +++ b/services/web/server/src/simcore_service_webserver/application_settings.py @@ -476,7 +476,7 @@ def setup_settings(app: web.Application) -> ApplicationSettings: app[APP_SETTINGS_KEY] = settings _logger.debug( "Captured app settings:\n%s", - app[APP_SETTINGS_KEY].model_dump_json(indent=1), + app[APP_SETTINGS_KEY].model_dump_json(indent=1, warnings=False), ) return settings