langflow icon indicating copy to clipboard operation
langflow copied to clipboard

Allow configurable disk space allocation for files in /app/data

Open rodageve opened this issue 1 month ago • 1 comments

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

rodageve avatar Nov 06 '25 19:11 rodageve

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.

zzzming avatar Nov 09 '25 21:11 zzzming