When setting a --logfile, I get the following error message:
Traceback (most recent call last):
File "[...]/pyrho/bin/pyrho", line 8, in <module>
sys.exit(main())
File "[...]/pyrho/frontend.py", line 66, in main
logging.basicConfig(filename=args.log, level=50 - args.verbosity)
AttributeError: 'Namespace' object has no attribute 'log'
This occurs for all commands, for example when calling
When setting a
--logfile
, I get the following error message:This occurs for all commands, for example when calling
When leaving out the log file path, it works fine. Using Ubuntu 18.04.