feat: replace all print statements with proper logging system

This commit is contained in:
2025-08-20 17:19:49 +03:00
parent c0e65c735e
commit dce2cbb4dc
6 changed files with 96 additions and 25 deletions
+3
View File
@@ -102,6 +102,9 @@ WEB_VERSION=1.0.0
# В продакшене обязательно установите в false
DEBUG_MODE=false
# Уровень логирования (DEBUG, INFO, WARNING, ERROR, CRITICAL)
LOG_LEVEL=INFO
# =============================================================================
# НАСТРОЙКИ ПРОИЗВОДИТЕЛЬНОСТИ
# =============================================================================