Skip to content

eBPF Log Reporting Support Config#2184

Open
IshikaDawda wants to merge 9 commits intokkhandelwal/release-1-4-0from
idawda/logs_feat_config
Open

eBPF Log Reporting Support Config#2184
IshikaDawda wants to merge 9 commits intokkhandelwal/release-1-4-0from
idawda/logs_feat_config

Conversation

@IshikaDawda
Copy link
Copy Markdown
Contributor

@IshikaDawda IshikaDawda commented Mar 25, 2026

What this PR does / why we need it:

  • APPLICATION_LOG_LEVEL_THRESHOLD env

Minimum log level to report (e.g., TRACE, DEBUG, INFO, WARN, ERROR). Default: INFO

  • REPORT_LOGS env

"true" — Always report application logs regardless of other settings.
"false" (Default) — Never report application logs.
"auto" — Reports application logs by default, but automatically suppresses them if an APM agent is detected with the entity.
Precedence Rules - If REPORT_APM_DATA is set to false or auto, it takes priority over the REPORT_LOGS configuration.

Deprecated following

  • log_reporting

@IshikaDawda IshikaDawda self-assigned this Mar 25, 2026
@IshikaDawda IshikaDawda changed the base branch from master to kkhandelwal/release-1-4-0 March 25, 2026 09:35
@IshikaDawda IshikaDawda marked this pull request as ready for review April 6, 2026 11:51
@IshikaDawda IshikaDawda requested a review from a team as a code owner April 6, 2026 11:51
@IshikaDawda IshikaDawda changed the title [DO NOT MERGE] eBPF Log Reporting Support Config eBPF Log Reporting Support Config Apr 6, 2026
@IshikaDawda IshikaDawda requested a review from sumitsuthar April 9, 2026 07:03
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.

3 participants