Write a default log_config when generating config

This commit is contained in:
Mark Haines 2015-04-30 16:52:57 +01:00
parent 74aaacf82a
commit 2f1348f339
5 changed files with 59 additions and 6 deletions

View file

@ -26,7 +26,7 @@ for port in 8080 8081 8082; do
https_port=$((port + 400))
mkdir -p demo/$port
# pushd demo/$port
pushd demo/$port
#rm $DIR/etc/$port.config
python -m synapse.app.homeserver \
@ -39,7 +39,7 @@ for port in 8080 8081 8082; do
-D \
-vv \
# popd
popd
done
cd "$CWD"