Thomas Fromm
Thomas Fromm
At the moment the application tries in a loop to aquire the socket. Since inside runlevel script I need feedback if startup of the run_graph_explorer.py was successful or not. So...
run_graph_explorer.py --help talks about: --debug DEBUG But its unclear what is mentioned with "DEBUG". When looking at source type=bool is expected. So description should be changed that true|false is expected...
When stopping service will killproc, SIGTERM is used by default. So on shutdown exception appears in logfile: Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/bottle-0.11.6-py2.6.egg/EGG-INFO/scripts/bottle.py", line 2699, in run server.run(app) File...