We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51928cc commit 445ba47Copy full SHA for 445ba47
src/backend/base/langflow/services/settings/base.py
@@ -157,7 +157,7 @@ class Settings(BaseSettings):
157
"""The log level for Langflow."""
158
log_file: str | None = "logs/langflow.log"
159
"""The path to log file for Langflow."""
160
- alembic_log_file: str | None = "alembic/alembic.log"
+ alembic_log_file: str = "alembic/alembic.log"
161
"""The path to log file for Alembic for SQLAlchemy."""
162
frontend_path: str | None = None
163
"""The path to the frontend directory containing build files. This is for development purposes only.."""
0 commit comments