Skip to content

Commit

Permalink
fix: Exclude additional sensitive information from mealie logs (#4218)
Browse files Browse the repository at this point in the history
Co-authored-by: boc-the-git <[email protected]>
  • Loading branch information
bigcat2014 and boc-the-git authored Sep 21, 2024
1 parent abc1174 commit c774f62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mealie/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ async def lifespan_fn(_: FastAPI) -> AsyncGenerator[None, None]:
settings.model_dump_json(
indent=4,
exclude={
"LDAP_QUERY_PASSWORD",
"OPENAI_API_KEY",
"SECRET",
"SFTP_PASSWORD",
"SFTP_USERNAME",
Expand Down

0 comments on commit c774f62

Please sign in to comment.