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

Fix verbose .env file missing #478

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

TheGeeKing
Copy link

@TheGeeKing TheGeeKing commented Aug 14, 2023

Changed:

  • logger.info() -> logger.warning() to output a warning as it should if the .env file is missing.

Fix #477

Changed:
- `logger.info()` -> `logger.warning()` to output a warning as it should if the .env file is missing.
@Matoran
Copy link

Matoran commented May 13, 2024

Had to debug a program to have the same conclusion. Default level is warning, info will not be shown. As it's seems to take time to incorporate the change I recommend defaulting the logging levlel to INFO

import logging
logging.basicConfig(level=logging.INFO)

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 this pull request may close these issues.

Verbose parameter not working
2 participants