Skip to content

Commit

Permalink
removed logger setLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
henri123lemoine committed Aug 5, 2023
1 parent 6d84b8d commit 2f7ea27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion align_data/db/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@


logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)


class Base(DeclarativeBase):
Expand Down

0 comments on commit 2f7ea27

Please sign in to comment.