Skip to content

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

2 participants