don't log too much by default

This commit is contained in:
Omar Polo 2021-07-06 11:53:24 +00:00
parent fb4102a5ff
commit ca3f67564c
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ raw() {
}
run() {
./../gmid -vvv -f -c reg.conf &
./../gmid -f -c reg.conf &
pid=$!
# give gmid time to bind the port, otherwise we end up
# executing gg when gmid isn't ready yet.