Skip to content

Commit

Permalink
logging in exeption handling set to error level
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturOle committed Nov 13, 2024
1 parent 66b702d commit acbb021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context_search/utils/config_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read_config(self, path):
with open(path, "rb") as conf_file:
EnvInterface._config = tomllib.load(conf_file)
except FileNotFoundError as err:
print(
logging.error(
f"Could not find config file in the project root. {err}"
)

Expand Down

0 comments on commit acbb021

Please sign in to comment.