11 lines
549 B
Text
11 lines
549 B
Text
# Telegram files log level, ALL < FINEST < FINER < FINE < CONFIG < INFO < WARNING < SEVERE < OFF
|
|
LOG_LEVEL=INFO
|
|
# The root directory of the application
|
|
APP_ENV=dev
|
|
APP_ROOT=
|
|
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
|