mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-06 12:03:38 +00:00
logging
This commit is contained in:
parent
dc0c9729d4
commit
db5c3a6bcb
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ function travis_end {
|
||||||
}
|
}
|
||||||
|
|
||||||
function kill_kafka {
|
function kill_kafka {
|
||||||
|
echo "killing kafka"
|
||||||
|
set -x
|
||||||
./kafka/bin/kafka-server-stop.sh || true
|
./kafka/bin/kafka-server-stop.sh || true
|
||||||
./kafka/bin/zookeeper-server-stop.sh || true
|
./kafka/bin/zookeeper-server-stop.sh || true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue