Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: where does the start message come from (and how to suppress it)? #428

Open
thmsklngr opened this issue Sep 21, 2022 · 2 comments

Comments

@thmsklngr
Copy link

Hi,
sorry for the question, but where does the message "Loading .env environment variables" come from and can it be suppressed? I'm just wondering because I read through the code (grepping for "Loading") but there wasn't a single line.

Many thanks in advance, regards, Thomas

@tpow
Copy link

tpow commented Sep 21, 2022

Surprisingly, I had this same question today, which led me here. After researching it, it appears that this message comes not from dotenv, but from pipenv. I suspect you are using PipEnv as well. Recent releases of pipenv appear to let you suppress the message with the --quiet option.

Tim

@thmsklngr
Copy link
Author

Hi Tim,
you're right, I'm using pipenv here as well. Thanks for pointing me to this, I'll give it a try tomorrow.
Regards, Thomas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants