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

Verbose parameter not working #477

Open
TheGeeKing opened this issue Aug 14, 2023 · 2 comments · May be fixed by #478
Open

Verbose parameter not working #477

TheGeeKing opened this issue Aug 14, 2023 · 2 comments · May be fixed by #478

Comments

@TheGeeKing
Copy link

The verbose parameter verbose: Whether to output a warning the .env file is missing. doesn't raise any warning.

>>> from dotenv import dotenv_values
>>> dotenv_values()
OrderedDict()
>>> dotenv_values(verbose=True)
OrderedDict()
>>> dotenv_values("a", verbose=True)
OrderedDict()
>>> dotenv_values(".", verbose=True)
OrderedDict()
>>> dotenv_values("/", verbose=True)
OrderedDict()
>>> dotenv_values("?", verbose=True)
OrderedDict()
>>> dotenv_values("¨", verbose=True)
OrderedDict()

The verbose doesn't seem to have any effect.
logger.info() was used instead of logger.warning() as it should. ->

logger.info(

@TheGeeKing TheGeeKing linked a pull request Aug 14, 2023 that will close this issue
@stefano-ottolenghi
Copy link

@theskumar any news on this? I can confirm it is an issue.

@TheGeeKing
Copy link
Author

The repo seems to have been inactive for the last 7 months, some commits were made 11d ago but none of my 2 issues/PR have been commented.

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

Successfully merging a pull request may close this issue.

2 participants