Skip to content

BFD-3879: Change pipeline to use JSON logging.#2671

Draft
dondevun wants to merge 2 commits intomasterfrom
BFD-3879
Draft

BFD-3879: Change pipeline to use JSON logging.#2671
dondevun wants to merge 2 commits intomasterfrom
BFD-3879

Conversation

@dondevun
Copy link
Contributor

@dondevun dondevun commented May 15, 2025

JIRA Ticket:
BFD-3879

What Does This PR Do?

Changes pipeline logging to use JSON.

What Should Reviewers Watch For?

If you're reviewing this PR, please check for these things in particular:

What Security Implications Does This PR Have?

Please indicate if this PR does any of the following:

  • Adds any new software dependencies

  • Modifies any security controls

  • Adds new transmission or storage of data

  • Any other changes that could possibly affect security?

  • I have considered the above security implications as it relates to this PR. (If one or more of the above apply, it cannot be merged without the ISSO or team security engineer's (@sb-benohe) approval.)

  • I have created tests to sufficiently ensure the reliability of my code, if applicable. If this is a modification to an existing piece of code, I have audited the associated tests to ensure everything works as expected.

Validation

Have you fully verified and tested these changes? Is the acceptance criteria met? Please provide reproducible testing instructions, code snippets, or screenshots as applicable.

Snippet of log output:

{"@timestamp":"2025-05-15T18:53:03.662+0000","level":"INFO","thread":"PipelineManager-1-2","logger":"gov.cms.bfd.pipeline.rda.grpc.RdaMcsClaimLoadJob","message":"processed 0 objects in 110 ms","bfd_env":"laptop"}
{"@timestamp":"2025-05-15T18:53:03.662+0000","level":"INFO","thread":"PipelineManager-1-2","logger":"gov.cms.bfd.pipeline.app.PipelineManager","message":"job run complete: JobRunSummary [id=33, jobType=gov.cms.bfd.pipeline.rda.grpc.RdaMcsClaimLoadJob, startedTime=2025-05-15T18:53:03.545262Z, completedTime=2025-05-15T18:53:03.662461Z, outcome=Optional[NOTHING_TO_DO], failure=Optional.empty]","bfd_env":"laptop"}   

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.

1 participant