From 3c991ab298245b9780b6f63436cc515982098dce Mon Sep 17 00:00:00 2001 From: Saman Sartipi Date: Thu, 15 Jan 2026 17:22:51 -0500 Subject: [PATCH] Use default log level, don't bake it into the image --- docker/steampipe/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/steampipe/Dockerfile b/docker/steampipe/Dockerfile index 358ee85f8..585b80d72 100644 --- a/docker/steampipe/Dockerfile +++ b/docker/steampipe/Dockerfile @@ -39,7 +39,6 @@ RUN useradd -ms /bin/bash steampipe && \ USER steampipe WORKDIR /home/steampipe ENV HOME=/home/steampipe -ENV STEAMPIPE_LOG_LEVEL=TRACE # Install the Steampipe engine RUN sudo /bin/sh -c "$(curl -fsSL https://steampipe.io/install/steampipe.sh)"