mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
refactor: remove debug logging of SQLAlchemy connection string in Database class
This commit is contained in:
parent
3825b38fd8
commit
d9068c22de
1 changed files with 0 additions and 2 deletions
|
|
@ -103,8 +103,6 @@ class Database:
|
|||
if not sqlalchemy_string:
|
||||
sqlalchemy_string = getenv("DATABASE_URI", "sqlite:////var/lib/bunkerweb/db.sqlite3")
|
||||
|
||||
self.logger.debug(f"SQLAlchemy string: {sqlalchemy_string}")
|
||||
|
||||
sqlalchemy_string_readonly = getenv("DATABASE_URI_READONLY", "")
|
||||
|
||||
if not sqlalchemy_string:
|
||||
|
|
|
|||
Loading…
Reference in a new issue