Добавил возможность настройки уровня логирования
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-16 15:16:03 +03:00
parent 8bb5acf16b
commit b7ac741382

View File

@@ -16,6 +16,11 @@ spring:
jdbc:
lob:
non_contextual_creation: true
logging:
level:
"dev.struchkov": ${LOG_LEVEL:info}
telegram-config:
bot-username: ${TELEGRAM_BOT_USERNAME}
bot-token: ${TELEGRAM_BOT_TOKEN}