turn off dotenv chatty logs and advertisements #1929
-
|
dotenv is now injecting all sorts of cruft into the console output, even including advertisements. See e.g. motdotla/dotenv#904. This gets particularly cluttered e.g. when the developer makes a lot of UI changes in the side panel, and for each one WXT reloads the panel, generating more cruft. Here's what they look like: … over and over and over, with every edit. I see that there is some sort of |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Oh, I found it. It turns out I don't have to set Yay! One irritation gone for today. 😃 |
Beta Was this translation helpful? Give feedback.
-
|
I found more discussion about this new state of affairs at motdotla/dotenv#876 . It mentions I can also use |
Beta Was this translation helpful? Give feedback.
Oh, I found it. It turns out I don't have to set
DOTENV_CONFIG_QUIETas an actual environment variable, but I can set it in my.envfile! 🎉Yay! One irritation gone for today. 😃