diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-10-14 11:40:45 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-10-14 11:40:45 +0100 |
commit | f50c43464c953b523297f0ecc5acff2c425187eb (patch) | |
tree | bd9be856b0112260f3f59a204b530825c9f0458a /demo/start.sh | |
parent | Add a get_invites_for_user method to the storage to find out the rooms a user... (diff) | |
parent | Merge pull request #303 from matrix-org/markjh/twisted_debugging (diff) | |
download | synapse-f50c43464c953b523297f0ecc5acff2c425187eb.tar.xz |
Merge branch 'develop' into markjh/v2_sync_api
Diffstat (limited to 'demo/start.sh')
-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 \ |