cherryd3 version (return code: 0)
[25/Sep/2017:14:36:59] ENGINE Listening for SIGTERM.
[25/Sep/2017:14:36:59] ENGINE Listening for SIGHUP.
[25/Sep/2017:14:36:59] ENGINE Listening for SIGUSR1.
[25/Sep/2017:14:36:59] ENGINE Bus STARTING
[25/Sep/2017:14:36:59] ENGINE Started monitor thread '_TimeoutMonitor'.
[25/Sep/2017:14:36:59] ENGINE Started monitor thread 'Autoreloader'.
[25/Sep/2017:14:37:00] ENGINE Serving on http://127.0.0.1:8080
[25/Sep/2017:14:37:00] ENGINE Bus STARTED
[25/Sep/2017:14:37:00] ENGINE Caught signal SIGTERM.
[25/Sep/2017:14:37:00] ENGINE Bus STOPPING
[25/Sep/2017:14:37:00] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8080)) shut down
[25/Sep/2017:14:37:00] ENGINE Stopped thread 'Autoreloader'.
[25/Sep/2017:14:37:00] ENGINE Stopped thread '_TimeoutMonitor'.
[25/Sep/2017:14:37:00] ENGINE Bus STOPPED
[25/Sep/2017:14:37:00] ENGINE Bus EXITING
[25/Sep/2017:14:37:00] ENGINE Bus EXITED
[25/Sep/2017:14:37:00] ENGINE Waiting for child threads to terminate...
cherryd3 --help (return code: 0)
Usage: cherryd3 [options]
Options:
-h, --help show this help message and exit
-c CONFIG, --config=CONFIG
specify config file(s)
-d run the server as a daemon
-e ENVIRONMENT, --environment=ENVIRONMENT
apply the given config environment
-f start a fastcgi server instead of the default HTTP
server
-s start a scgi server instead of the default HTTP server
-x start a cgi server instead of the default HTTP server
-i IMPORTS, --import=IMPORTS
specify modules to import
-p PIDFILE, --pidfile=PIDFILE
store the process id in the given file
-P PATH, --Path=PATH add the given paths to sys.path