mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-06 08:18:53 +00:00
rm leftover debug log
This commit is contained in:
parent
5b93655f42
commit
4a1eb3712c
1 changed files with 0 additions and 1 deletions
|
|
@ -78,7 +78,6 @@ def register_connection(db_url: str, connect_args: dict | None = None):
|
|||
connection["sslrootcert"] = connect_args["sslrootcert"]
|
||||
|
||||
# Use our custom database class that supports reconnection
|
||||
log.debug(f"Peewee connection params (password redacted): { {k: ('***' if k == 'password' else v) for k, v in connection.items()} }")
|
||||
db = ReconnectingPostgresqlDatabase(**connection)
|
||||
db.connect(reuse_if_open=True)
|
||||
elif isinstance(db, SqliteDatabase):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue