langflow
langflow copied to clipboard
Allow configurable disk space allocation for files in /app/data
Feature Request
Allow configuration of the total disk space allocated to specific types of data such as logs.
Langflow should respect the disk space allocation and configure such things as log rotation accordingly.
Motivation
There is limited storage space in containerized environments like Kubernetes and we must be able to configure the disk space allocation used by Langflow for files stored to /app/data.
Your Contribution
No response
Actually the ask should be all logs go to standard out instead of a file. This is what we need on Kubernetes. We cannot get these logs in a file. If we cannot get the logs, alembic log should be disabled.