Skip to content

Commit 48b6c26

Browse files
no sort_keys anymore
1 parent 0c639bf commit 48b6c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/application_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ def setup_settings(app: web.Application) -> ApplicationSettings:
437437
app[APP_SETTINGS_KEY] = settings
438438
_logger.debug(
439439
"Captured app settings:\n%s",
440-
app[APP_SETTINGS_KEY].model_dump_json(indent=1, sort_keys=True),
440+
app[APP_SETTINGS_KEY].model_dump_json(indent=1),
441441
)
442442
return settings
443443

0 commit comments

Comments
 (0)