1#!/bin/bash 2 3source ./logging.sh 4 5run_with_logging "Tempo ${TEMPO_VERSION}" "${ENABLE_LOGS_TEMPO:-false}" ./tempo/tempo --config.file=./tempo-config.yaml 6 7