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

This commit is contained in:
2024-02-20 19:19:46 +03:00
parent 822815fdac
commit 183755e637
13 changed files with 14 additions and 47 deletions

View File

@@ -1,5 +1,3 @@
import logging
from sqlalchemy import and_, distinct, func, select
from sqlalchemy.orm import aliased
@@ -8,9 +6,7 @@ from orm.community import Community, CommunityAuthor
from orm.shout import ShoutCommunity
from services.db import local_session
from services.schema import query
logger = logging.getLogger('\t[resolvers.community]\t')
logger.setLevel(logging.DEBUG)
from services.logger import root_logger as logger
def add_community_stat_columns(q):