Open chopstik opened 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.
error_log()
Any progress on this PR?
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.