Fix/log tz (#10473)
This commit is contained in:
parent
06d2520db2
commit
eb6c0b8027
4 changed files with 13 additions and 1 deletions
|
|
@ -367,6 +367,10 @@ LOG_FILE=
|
|||
LOG_FILE_MAX_SIZE=20
|
||||
# Log file max backup count
|
||||
LOG_FILE_BACKUP_COUNT=5
|
||||
# Log dateformat
|
||||
LOG_DATEFORMAT=%Y-%m-%d %H:%M:%S
|
||||
# Log Timezone
|
||||
LOG_TZ=UTC
|
||||
|
||||
# Indexing configuration
|
||||
INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH=1000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue