Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Oct 15, 2024
1 parent b49ec5c commit 5e345a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ class ApplicationSettings(BaseCustomSettings, MixinLoggingSettings):
def LOG_LEVEL(self): # noqa: N802
return self.AUTOSCALING_LOGLEVEL

@field_validator("AUTOSCALING_LOGLEVEL")
@field_validator("AUTOSCALING_LOGLEVEL", mode="before")
@classmethod
def valid_log_level(cls, value: str) -> str:
return cls.validate_log_level(value)
Expand Down

0 comments on commit 5e345a1

Please sign in to comment.