logger-3
All checks were successful
Deploy to core / deploy (push) Successful in 1m10s

This commit is contained in:
2024-02-20 19:01:50 +03:00
parent 9f10a23345
commit 822815fdac
6 changed files with 7 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ from sqlalchemy.sql.schema import Table
from services.logger import get_colorful_logger
from settings import DB_URL
logger = get_colorful_logger('services.db')
logger = get_colorful_logger('db')
# Создание региона кэша с TTL 300 секунд
cache_region = make_region().configure(