|
|
|
@ -48,6 +48,12 @@ FILES_URL=
|
|
|
|
# The log level for the application.
|
|
|
|
# The log level for the application.
|
|
|
|
# Supported values are `DEBUG`, `INFO`, `WARNING`, `ERROR`, `CRITICAL`
|
|
|
|
# Supported values are `DEBUG`, `INFO`, `WARNING`, `ERROR`, `CRITICAL`
|
|
|
|
LOG_LEVEL=INFO
|
|
|
|
LOG_LEVEL=INFO
|
|
|
|
|
|
|
|
# Log file path
|
|
|
|
|
|
|
|
LOG_FILE=
|
|
|
|
|
|
|
|
# Log file max size, the unit is MB
|
|
|
|
|
|
|
|
LOG_FILE_MAX_SIZE=20
|
|
|
|
|
|
|
|
# Log file max backup count
|
|
|
|
|
|
|
|
LOG_FILE_BACKUP_COUNT=5
|
|
|
|
|
|
|
|
|
|
|
|
# Debug mode, default is false.
|
|
|
|
# Debug mode, default is false.
|
|
|
|
# It is recommended to turn on this configuration for local development
|
|
|
|
# It is recommended to turn on this configuration for local development
|
|
|
|
|