diff --git a/keymapper/config.py b/keymapper/config.py index 263a4436..65bbbd59 100644 --- a/keymapper/config.py +++ b/keymapper/config.py @@ -61,7 +61,7 @@ class _Config: if not os.path.exists(CONFIG_PATH): # treated like an empty config - logger.info('Config file "%s" doesn\'t exist') + logger.debug('Config file "%s" doesn\'t exist') return with open(CONFIG_PATH, 'r') as file: