12 lines
579 B
Text
12 lines
579 B
Text
# Telegram files log level, ALL < FINEST < FINER < FINE < CONFIG < INFO < WARNING < SEVERE < OFF
|
|
LOG_LEVEL=INFO
|
|
APP_ENV=prod
|
|
# The root directory of the application
|
|
APP_ROOT=/app/data
|
|
# only use in test
|
|
#TDLIB_PATH=
|
|
|
|
TELEGRAM_API_ID=
|
|
TELEGRAM_API_HASH=
|
|
# Value 0 corresponds to fatal errors, value 1 corresponds to errors, value 2 corresponds to warnings and debug warnings, value 3 corresponds to informational, value 4 corresponds to debug, value 5 corresponds to verbose debug, value greater than 5 and up to 1023 can be used to enable even more logging.
|
|
TELEGRAM_LOG_LEVEL=0
|