refactor: remove AsyncFileSink logger, add rotation support, and update docs (#9105)

* refactor(logs): remove asyncfilesink logger, add rotation support, and update docs

* refactor(logs): remove asyncfilesink logger, add rotation support, and update docs

---------

Co-authored-by: Harry Lyu <harrylyu@umich.edu>
Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
This commit is contained in:
XiaochuanLyu 2025-07-26 01:50:45 +08:00 committed by GitHub
commit 324caf486c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 45 additions and 27 deletions

View file

@ -51,6 +51,10 @@ LANGFLOW_LOG_LEVEL=
# Example: LANGFLOW_LOG_FILE=logs/langflow.log
LANGFLOW_LOG_FILE=
# Time/Size for log to rotate
# Example: LANGFLOW_LOG_ROTATION=10 MB/1 day
LANGFLOW_LOG_ROTATION=
# Path to the frontend directory containing build files
# Example: LANGFLOW_FRONTEND_PATH=/path/to/frontend/build/files
LANGFLOW_FRONTEND_PATH=