We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9a78c commit 8718f49Copy full SHA for 8718f49
1 file changed
config.py
@@ -687,7 +687,7 @@ def _setup_env_variables(cls) -> None:
687
are only stored after the input values have been validated.
688
"""
689
if cls._is_env_variables_setup:
690
- logging.warning("Environment variables have already been set up.")
+ logger.warning("Environment variables have already been set up.")
691
return
692
693
dotenv.load_dotenv()
0 commit comments