Добавил возможность настройки уровня логирования
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8bb5acf16b
commit
b7ac741382
@ -16,6 +16,11 @@ spring:
|
|||||||
jdbc:
|
jdbc:
|
||||||
lob:
|
lob:
|
||||||
non_contextual_creation: true
|
non_contextual_creation: true
|
||||||
|
|
||||||
|
logging:
|
||||||
|
level:
|
||||||
|
"dev.struchkov": ${LOG_LEVEL:info}
|
||||||
|
|
||||||
telegram-config:
|
telegram-config:
|
||||||
bot-username: ${TELEGRAM_BOT_USERNAME}
|
bot-username: ${TELEGRAM_BOT_USERNAME}
|
||||||
bot-token: ${TELEGRAM_BOT_TOKEN}
|
bot-token: ${TELEGRAM_BOT_TOKEN}
|
||||||
|
Loading…
Reference in New Issue
Block a user