Skip to content

Commit

Permalink
update logger settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mxnoob committed Aug 18, 2024
1 parent 33f0a07 commit 9146875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ class Config:


class LoggerSettings(BaseSettings):
HANDLERS: str = "console"
LOG_LEVEL: str = "INFO"
HANDLERS: str
LOG_LEVEL: str
LOGGER_FILE_PATH: str = "app/logs/app_logger.log"

model_config = SettingsConfigDict(env_file='infra/.env', extra="ignore")
Expand Down

0 comments on commit 9146875

Please sign in to comment.