dotenv-org / phpdotenv-vault

Load environment variables from encrypted .env.vault files
https://www.dotenv.org/docs/languages/php
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Add environment variable flag to silence error_log on init. #13

Open chopstik opened 6 months ago

chopstik commented 6 months ago

Without this flag error logs filling up with unnecessary lines, "Got error 'PHP message: [dotenv-vault][INFO] Loading env from encrypted .env.vault'". Using error_log() when the message isn't an error.

chopstik commented 5 months ago

Any progress on this PR?