Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Replaced twistd with generic python call to run logging service.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Foley committed Jul 7, 2016
1 parent 5083139 commit 71f000a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/dashboard/scripts/restart.sh
Expand Up @@ -140,5 +140,5 @@ if [ -f $PIDFILE ]; then
fi

# Run the twisted web server so the developer has access to the
# dashboad provided by Kibana.
sudo -E twistd --pidfile=$PIDFILE -y /home/vagrant/twisted_app.py
# dashboard provided by Kibana.
sudo -E python /home/vagrant/twisted_app.py --log-directory /var/log/xdata

0 comments on commit 71f000a

Please sign in to comment.