Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gecBurton committed Oct 21, 2024
1 parent c5f5e95 commit 98c10d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions redbox-core/redbox/models/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@

from redbox.models.chain import ChatLLMBackend

from django_app.tests.views.test_citation_views import logger

logging.basicConfig(level=os.environ.get("LOG_LEVEL", "INFO"))
log = logging.getLogger()
logger = logging.getLogger()


class ElasticLocalSettings(BaseModel):
Expand Down

0 comments on commit 98c10d9

Please sign in to comment.