@@ 103,6 103,7 @@ def bem_cli():
try:
bem_engine.execute_command(config, args.command)
except Exception as e:
+ logging.deug(str(e))
bem_util.log_exception(e)
if 'executable file not found in $PATH": unknown' in str(e):
logging.error("command '{}' not found".format(' '.join(args.command)))