Skip to content

Commit

Permalink
DIsable logging to file
Browse files Browse the repository at this point in the history
  • Loading branch information
not7cd committed Jan 2, 2025
1 parent 813a9fb commit 7a8a09f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion whois/data/db/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def __init__(self, db_url: str = None):
level=logging.DEBUG,
force=True,
)
self.logger.addHandler(logging.FileHandler(f"db-{self.db_name}.log"))

self.engine = db.create_engine(db_url)
self.metadata = db.MetaData()
Expand Down

0 comments on commit 7a8a09f

Please sign in to comment.