Fix/log tz (#10473)

This commit is contained in:
crazywoola
2024-11-08 20:24:22 +08:00
committed by GitHub
parent 06d2520db2
commit eb6c0b8027
4 changed files with 13 additions and 1 deletions

View File

@@ -54,6 +54,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
# Debug mode, default is false.
# It is recommended to turn on this configuration for local development