Skip to content

Add change ID being processed to apply logging #347

@cruse1977

Description

@cruse1977

Plugin Version

0.7.1

Proposed functionality

This FR proposes adding the change ID to the currently processed line in change.apply namely changing line 44 from:

logger.info(f'Applying change {self} using {using}')

to:

logger.info(f'Applying change {self} (ID: {self.id}) using {using}')

Use case

When triaging merge and sync failures, the user is presented with a string representation for the model, meaning triaging involves more searching than should be required should investigation be required.

Including the change ID its possible to go straight to the line causing the issue, thus expediting triage.

External dependencies

n/a

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions