Revert "Remove deprecated 'verbose' cli arg"
This reverts commit dc7cf81267
.
This commit is contained in:
parent
dc7cf81267
commit
f99554b15d
|
@ -120,6 +120,7 @@ for port in 8080 8081 8082; do
|
||||||
python3 -m synapse.app.homeserver \
|
python3 -m synapse.app.homeserver \
|
||||||
--config-path "$DIR/etc/$port.config" \
|
--config-path "$DIR/etc/$port.config" \
|
||||||
-D \
|
-D \
|
||||||
|
-vv \
|
||||||
|
|
||||||
popd
|
popd
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue