Skip to content

Commit

Permalink
fix: dotenv debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Dec 14, 2024
1 parent a2ce128 commit 68cb603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus_aioexporter/_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def _process_dotenv(self) -> None:
if not dotenv_file.is_file():
return

self.logger.exception("dotenv", path=str(dotenv_file.absolute()))
self.logger.debug("load dotenv", path=str(dotenv_file.absolute()))
load_dotenv(dotenv_file)

def _base_parameters(self) -> list[click.Parameter]:
Expand Down

0 comments on commit 68cb603

Please sign in to comment.