🔧 chore(settings.py): update debug log messages for setting default components path
This commit is contained in:
parent
0cf1fb09a9
commit
91ce018927
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class Settings(BaseSettings):
|
|||
|
||||
if not value:
|
||||
value = [BASE_COMPONENTS_PATH]
|
||||
logger.debug("No components_path provided, using default components path")
|
||||
logger.debug("Setting default components path to components_path")
|
||||
elif BASE_COMPONENTS_PATH not in value:
|
||||
value.append(BASE_COMPONENTS_PATH)
|
||||
logger.debug("Adding default components path to components_path")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue