#!/usr/bin/bash

rm ./logs/logfile.log
envoy --log-path ./logs/logfile.log --base-id 3  -l info -c ./handicap/handicap.yaml
