Skip to content

Commit 9cd6277

Browse files
committed
fix:locust log & fail stat
1 parent 9058655 commit 9cd6277

File tree

7 files changed

+543
-248
lines changed

7 files changed

+543
-248
lines changed

backend/config/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
# Directory for storing log files
1515
LOG_DIR = os.path.join(BASE_DIR, "logs")
16+
LOG_TASK_DIR = os.path.join(LOG_DIR, "task")
1617

1718
# Directory for storing uploaded files
1819
UPLOAD_FOLDER = os.path.join(BE_DIR, "upload_files")
-2.29 MB
Binary file not shown.

st_engine/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)