Only try to load .env if it exists#6714
Conversation
|
Surge PR preview deployment was removed |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6714 +/- ##
==========================================
+ Coverage 44.75% 44.76% +0.01%
==========================================
Files 436 437 +1
Lines 29190 29193 +3
==========================================
+ Hits 13063 13068 +5
+ Misses 15023 15021 -2
Partials 1104 1104 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
I think there should be a log message if it's not loaded |
|
at this stage there is no logger setup, and i find it to verbose to print in orod ... debug would be ok ... eif we let it print it will always look wrong ... i'm aganst it |
|
What about returning a true/false and logging once the logger is set up? |
|
I can look into that ... still not sure if it gets into a clean code state |
|
Can we improve this later on and merge it as is for now to fix the regression? |
regression of #6707
close #6713