mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04:00 
			
		
		
		
	fix: Exclude additional sensitive information from mealie logs (#4218)
Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com>
This commit is contained in:
		| @@ -63,6 +63,8 @@ async def lifespan_fn(_: FastAPI) -> AsyncGenerator[None, None]: | |||||||
|         settings.model_dump_json( |         settings.model_dump_json( | ||||||
|             indent=4, |             indent=4, | ||||||
|             exclude={ |             exclude={ | ||||||
|  |                 "LDAP_QUERY_PASSWORD", | ||||||
|  |                 "OPENAI_API_KEY", | ||||||
|                 "SECRET", |                 "SECRET", | ||||||
|                 "SFTP_PASSWORD", |                 "SFTP_PASSWORD", | ||||||
|                 "SFTP_USERNAME", |                 "SFTP_USERNAME", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user