Skip to content

fix: use INFLUXDB3_LOG_FILTER in 3.10 images#896

Merged
hiltontj merged 1 commit into
masterfrom
tjh/3.10-log-filter-env
Jul 14, 2026
Merged

fix: use INFLUXDB3_LOG_FILTER in 3.10 images#896
hiltontj merged 1 commit into
masterfrom
tjh/3.10-log-filter-env

Conversation

@hiltontj

@hiltontj hiltontj commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Summary

The 3.10 core and enterprise Dockerfiles set the deprecated LOG_FILTER environment variable. As of influxdb3 3.10.0, the supported name is INFLUXDB3_LOG_FILTER; setting the deprecated name in the image causes a startup warning whenever the user also sets INFLUXDB3_LOG_FILTER:

WARN influxdb3::env_compat: both LOG_FILTER and INFLUXDB3_LOG_FILTER are set; using INFLUXDB3_LOG_FILTER, as LOG_FILTER is deprecated

This changes both 3.10 Dockerfiles to set INFLUXDB3_LOG_FILTER instead. 3.9 and earlier images are left unchanged as those versions only recognize LOG_FILTER.

LOG_FILTER was deprecated in favour of INFLUXDB3_LOG_FILTER in
influxdb3 3.10.0. Setting the deprecated name in the image causes a
startup warning whenever the user also sets INFLUXDB3_LOG_FILTER:

  WARN influxdb3::env_compat: both LOG_FILTER and INFLUXDB3_LOG_FILTER
  are set; using INFLUXDB3_LOG_FILTER, as LOG_FILTER is deprecated

3.9 and earlier images are left unchanged as those versions only
recognize LOG_FILTER.
@hiltontj hiltontj marked this pull request as ready for review July 14, 2026 01:41

@stuartcarnie stuartcarnie left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@hiltontj hiltontj merged commit 2ac4662 into master Jul 14, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants