Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Carmet <[email protected]>
  • Loading branch information
Abubakarr99 and tcarmet authored Aug 8, 2023
1 parent b0ef4d1 commit 052ca50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runner_manager/models/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ def yaml_config_settings_source(settings: BaseSettings) -> Dict[str, Any]:
class LogLevel(str, Enum):
INFO = "INFO"
WARNING = "WARNING"

DEBUG = "DEBUG"
ERROR = "ERROR"

class Settings(BaseSettings):
name: Optional[str] = "runner-manager"
Expand Down

0 comments on commit 052ca50

Please sign in to comment.