Skip to content

Commit

Permalink
Enable stack traces for the demo scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Haines committed Oct 13, 2015
1 parent 9020860 commit 1941eb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demo/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ for port in 8080 8081 8082; do

perl -p -i -e 's/^enable_registration:.*/enable_registration: true/g' $DIR/etc/$port.config

echo "full_twisted_stacktraces: true" >> $DIR/etc/$port.config
echo "report_stats: false" >> $DIR/etc/$port.config

python -m synapse.app.homeserver \
--config-path "$DIR/etc/$port.config" \
-D \
Expand Down

0 comments on commit 1941eb3

Please sign in to comment.