diff --git a/prometheus_aioexporter/_script.py b/prometheus_aioexporter/_script.py index 73ece5a..fc3aacf 100644 --- a/prometheus_aioexporter/_script.py +++ b/prometheus_aioexporter/_script.py @@ -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]: