From 5bc78f81ea1afb38400da7f90347ac75872cd689 Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Sat, 14 Oct 2023 03:34:38 +1100 Subject: [PATCH] fix: Exclude DB_PROVIDER from logging (#2625) Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com> --- mealie/app.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mealie/app.py b/mealie/app.py index 850121a4da18..bc6498526d0f 100644 --- a/mealie/app.py +++ b/mealie/app.py @@ -108,8 +108,7 @@ async def system_startup(): "SFTP_PASSWORD", "SFTP_USERNAME", "DB_URL", # replace by DB_URL_PUBLIC for logs - "POSTGRES_USER", - "POSTGRES_PASSWORD", + "DB_PROVIDER", "SMTP_USER", "SMTP_PASSWORD", },