wrong logger imported in a lot of wrong places (#4582)

Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app>
This commit is contained in:
rkuo-danswer
2025-04-22 16:34:02 -07:00
committed by GitHub
parent 669b668463
commit 5e11c635d9
5 changed files with 5 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ from onyx.server.documents.models import CredentialBase
from onyx.server.user_documents.models import MessageResponse
from onyx.server.user_documents.models import UserFileSnapshot
from onyx.server.user_documents.models import UserFolderSnapshot
from onyx.setup import setup_logger
from onyx.utils.logger import setup_logger
from shared_configs.contextvars import get_current_tenant_id
logger = setup_logger()