From 777ec6463544981bbe1e1b7845557ca0d55d5ffd Mon Sep 17 00:00:00 2001 From: YidaHu Date: Wed, 24 Apr 2024 21:55:14 +0800 Subject: [PATCH] feat: add log_file environment variable (#3793) --- api/.env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/.env.example b/api/.env.example index 481d6ab499..a228335a22 100644 --- a/api/.env.example +++ b/api/.env.example @@ -160,3 +160,6 @@ CODE_MAX_NUMBER_ARRAY_LENGTH=1000 # API Tool configuration API_TOOL_DEFAULT_CONNECT_TIMEOUT=10 API_TOOL_DEFAULT_READ_TIMEOUT=60 + +# Log file path +LOG_FILE= \ No newline at end of file