Skip to content

Commit 5e345a1

Browse files
committed
fix
1 parent b49ec5c commit 5e345a1

File tree

1 file changed

+1
-1
lines changed
  • services/autoscaling/src/simcore_service_autoscaling/core

1 file changed

+1
-1
lines changed

services/autoscaling/src/simcore_service_autoscaling/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ class ApplicationSettings(BaseCustomSettings, MixinLoggingSettings):
305305
def LOG_LEVEL(self): # noqa: N802
306306
return self.AUTOSCALING_LOGLEVEL
307307

308-
@field_validator("AUTOSCALING_LOGLEVEL")
308+
@field_validator("AUTOSCALING_LOGLEVEL", mode="before")
309309
@classmethod
310310
def valid_log_level(cls, value: str) -> str:
311311
return cls.validate_log_level(value)

0 commit comments

Comments
 (0)