From 372727d790ea0293a25bbf787dc758a7b1fd9bfe Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Tue, 19 Mar 2024 17:01:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20git=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E9=85=8D=E7=BD=AE,=20triton=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/config.py b/app/core/config.py index 6e50225..430e997 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -34,7 +34,7 @@ ATT_TRITON_IP = "10.1.1.240" ATT_TRITON_PORT = "10020" # service env -LOGS_PATH = "logs/errors.log" +LOGS_PATH = "app/logs/errors.log" FASHION_CATEGORIES = "app/service/outfit_matcher/config/fashion_categories.json" FASHION_CATEGORIES_MAPPING = "app/service/outfit_matcher/config/fashion_category_mapping.json"