We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e293438 commit c0d4772Copy full SHA for c0d4772
src/dotenv/main.py
@@ -351,6 +351,9 @@ def load_dotenv(
351
to this function as `dotenv_path`.
352
"""
353
if _dotenv_autoload_disabled():
354
+ logger.warning(
355
+ "python-dotenv has been disabled by DOTENV_AUTOLOAD_DISABLED environmental variable"
356
+ )
357
return False
358
359
if dotenv_path is None and stream is None:
0 commit comments