Skip to content

Commit 00b6874

Browse files
committed
chore: Update log message for database engine initialization
1 parent 1b3af91 commit 00b6874

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def create_db_engine(verbose: bool = False, **kwargs):
1616
Returns:
1717
engine: The SQLAlchemy engine instance.
1818
"""
19-
logger.info("Initialized a postgresql database engine.")
19+
logger.info("Initialized the database engine.")
2020

2121
# Using check_same_thread=False allows FastAPI to use the same SQLite database in different threads.
2222
# This is necessary only when using SQLite.

0 commit comments

Comments
 (0)