Skip to content

Commit

Permalink
[backend] drop echo
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgorana committed Sep 4, 2024
1 parent 9d04be3 commit e7bbcc7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/grid/backend/grid/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ APPDIR=${APPDIR:-$HOME/app}
RELOAD=""
ROOT_PROC=""

echo "Starting with TRACING=${TRACING}"

if [[ ${DEV_MODE} == "True" ]];
then
echo "Hot-reload Enabled"
Expand All @@ -33,7 +31,6 @@ then
# TODOs:
# ? Kubernetes OTel operator is recommended by signoz
export OTEL_PYTHON_LOG_CORRELATION=${OTEL_PYTHON_LOG_CORRELATION:-true}

echo "OpenTelemetry Enabled. Endpoint=$OTEL_EXPORTER_OTLP_ENDPOINT Protocol=$OTEL_EXPORTER_OTLP_PROTOCOL"
else
echo "OpenTelemetry Disabled"
Expand Down

0 comments on commit e7bbcc7

Please sign in to comment.