Skip to content

Commit

Permalink
downgrade msg
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Sep 9, 2023
1 parent a7bd5e4 commit 58583d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markmeld/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def load_config_data(cfg_data, filepath=None, workpath=None, autocomplete=True):
higher_cfg["_cfg_file_path"] = filepath
lower_cfg = {}

_LOGGER.info(f"Loading config data filepath: {filepath}; workpath: {workpath}")
_LOGGER.debug(f"Loading config data filepath: {filepath}; workpath: {workpath}")

# Add filepath to targets defined in the current cfg file
if "targets" in higher_cfg:
Expand Down

0 comments on commit 58583d4

Please sign in to comment.