diff options
author | Mark Haines <mjark@negativecurvature.net> | 2015-10-13 18:40:57 +0100 |
---|---|---|
committer | Mark Haines <mjark@negativecurvature.net> | 2015-10-13 18:40:57 +0100 |
commit | 474274583f664cf3184958bff829d7b50224c9a6 (patch) | |
tree | 1185679c0a23bd6f7b25c19ef1b0f873dc1be756 /demo | |
parent | Merge pull request #301 from matrix-org/markjh/v2_filtering (diff) | |
parent | Enable stack traces for the demo scripts (diff) | |
download | synapse-474274583f664cf3184958bff829d7b50224c9a6.tar.xz |
Merge pull request #303 from matrix-org/markjh/twisted_debugging
Bounce all deferreds through the reactor to make debugging easier.
Diffstat (limited to '')
-rwxr-xr-x | demo/start.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demo/start.sh b/demo/start.sh index a90561488d..d90115ec97 100755 --- a/demo/start.sh +++ b/demo/start.sh @@ -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 \ |