feat: log add trace id (#11599)

Co-authored-by: hobo.l <hobo.l@binance.com>
This commit is contained in:
luckylhb90
2024-12-15 12:22:25 +03:00
committed by GitHub
parent efd5575683
commit 38e155d819
2 changed files with 29 additions and 2 deletions

View File

@@ -399,6 +399,8 @@ LOG_FILE_BACKUP_COUNT=5
LOG_DATEFORMAT=%Y-%m-%d %H:%M:%S
# Log Timezone
LOG_TZ=UTC
# Log format
LOG_FORMAT=%(asctime)s,%(msecs)d %(levelname)-2s [%(filename)s:%(lineno)d] %(req_id)s %(message)s
# Indexing configuration
INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH=4000