Skip to content

VPAAMP-334: change non-error informational logs from ERR to MIL level#1450

Open
pstroffolino wants to merge 2 commits into
dev_sprint_25_2from
feature/VPAAMP-334
Open

VPAAMP-334: change non-error informational logs from ERR to MIL level#1450
pstroffolino wants to merge 2 commits into
dev_sprint_25_2from
feature/VPAAMP-334

Conversation

@pstroffolino
Copy link
Copy Markdown
Contributor

Reason for Change: Function-entry and success-path MW_LOG_ERR calls in ClearKeyHelper, WidevineDrmHelper, and SecManagerThunder (ShowWatermark, CreateWatermark, DeleteWatermark) replaced with MW_LOG_MIL to avoid misleading triage engineers. Genuine failure-path ERR logs are unchanged.

Function-entry and success-path MW_LOG_ERR calls in ClearKeyHelper,
WidevineDrmHelper, and SecManagerThunder (ShowWatermark, CreateWatermark,
DeleteWatermark) replaced with MW_LOG_MIL to avoid misleading triage
engineers. Genuine failure-path ERR logs are unchanged.
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adjusts misleading error-level logging for non-error function-entry/success-path events in DRM helper creation and Content Security Manager watermark operations, aligning log severity with operational intent.

Changes:

  • Replaces selected MW_LOG_ERR calls with MW_LOG_MIL.
  • Keeps existing failure-path MW_LOG_ERR calls unchanged.
  • Applies the logging-level changes in ClearKey, Widevine, and watermark-related SecManagerThunder flows.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
middleware/externals/contentsecuritymanager/SecManagerThunder.cpp Downgrades informational watermark operation entry logs from error to milestone.
middleware/drm/helper/WidevineDrmHelper.cpp Changes successful Widevine helper creation logging from error to milestone.
middleware/drm/helper/ClearKeyHelper.cpp Changes ClearKey helper creation logging from error to milestone.

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