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:
parent
fe1e45ce2a
commit
324caf486c
6 changed files with 45 additions and 27 deletions
|
|
@ -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=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue