forked from mirrors/thatmattlove-hyperglass
change command log to debug
This commit is contained in:
parent
b691cf960a
commit
0c649fbcc3
1 changed files with 2 additions and 2 deletions
|
|
@ -35,10 +35,10 @@ except FileNotFoundError as no_config_error:
|
|||
try:
|
||||
with open(working_dir.joinpath("commands.yaml")) as commands_yaml:
|
||||
user_commands = yaml.safe_load(commands_yaml)
|
||||
log.info(f"Found commands: {user_commands}")
|
||||
log.debug(f"Found commands: {user_commands}")
|
||||
except FileNotFoundError:
|
||||
user_commands = None
|
||||
log.info(
|
||||
log.debug(
|
||||
(
|
||||
f'No commands found in {working_dir.joinpath("commands.yaml")}. '
|
||||
"Defaults will be used."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue