I cloned the repository and installed all the requirements, as mentioned in the documenation.
But when I ran 'python recorder.py', it threw the following error:
File "PATH\OpenXC_Vehicle_Simulator\web-logging-example\logconfig\logconfig.py", line 82, in initialize_logging
'address': syslog_device,
UnboundLocalError: local variable 'syslog_device' referenced before assignment.
The command 'fab runserver', fails at the same point as well.