Skip to content

Commit

Permalink
Remove OIDC_CLIENT_ID from logging excludes
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 4736e66 commit b54f1c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mealie/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ async def lifespan_fn(_: FastAPI) -> AsyncGenerator[None, None]:
indent=4,
exclude={
"LDAP_QUERY_PASSWORD",
"OIDC_CLIENT_ID",
"OPENAI_API_KEY",
"SECRET",
"SFTP_PASSWORD",
Expand Down

0 comments on commit b54f1c1

Please sign in to comment.