diff --git a/ha-gateway/.env.example b/ha-gateway/.env.example index f563a2f..b22c6bd 100644 --- a/ha-gateway/.env.example +++ b/ha-gateway/.env.example @@ -2,3 +2,5 @@ GRPC_PORT=50051 HA_BASE_URL=http://ha.home.arpa:8123 HA_TOKEN=your-long-lived-token-here OTEL_ENDPOINT= +LOG_LEVEL=info +LOG_FORMAT=text