feat: replace all print statements with proper logging system

This commit is contained in:
Сергей Антропов
2025-08-20 17:19:49 +03:00
parent f3221d6102
commit a49714ab14
6 changed files with 96 additions and 25 deletions

View File

@@ -102,6 +102,9 @@ WEB_VERSION=1.0.0
# В продакшене обязательно установите в false
DEBUG_MODE=false
# Уровень логирования (DEBUG, INFO, WARNING, ERROR, CRITICAL)
LOG_LEVEL=INFO
# =============================================================================
# НАСТРОЙКИ ПРОИЗВОДИТЕЛЬНОСТИ
# =============================================================================