Skip to content

Commit 7704cd2

Browse files
committed
chore: debug logging
1 parent 5984023 commit 7704cd2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

backend/config/settings/base.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,11 @@ def whitenoise_security_headers(headers: dict, path: str, url: str) -> None:
449449
# Fallback: SQLite file
450450
db_url = "sqlite:////var/lib/huey/huey.db"
451451

452+
print("--------------------------------")
453+
print(db["ENGINE"])
454+
print(db_url)
455+
print("--------------------------------")
456+
452457
HUEY = {
453458
"huey_class": "application.background_tasks.services.prefixed_sql_storage.PrefixedSqlHuey",
454459
"name": "secobserve",

0 commit comments

Comments
 (0)