Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAT-15208 :: Changeset object added back to "Update command completed successfully" JSON #4581

Merged
merged 1 commit into from Aug 1, 2023

Conversation

MalloD12
Copy link
Contributor

Update logDeploymentOutcomeMdc to add mdc values before logging update command execution result"

{
  "timestamp": "2023-07-27T19:58:58.897Z",
  "level": "INFO",
  "class": "liquibase.command",
  "thread": "1",
  "message": "Update command completed successfully.",
  "operationStart": "2023-07-27T16:58:58.367",
  "liquibaseCommandName": "update",
  "liquibaseInternalCommand": "update",
  "liquibaseTargetUrl": "jdbc:postgresql://localhost:5438/lbcat",
  "liquibaseCatalogName": "lbcat",
  "liquibaseSchemaName": "",
  "rollbackOnError": "true",
  "commandLabelFilter": "primaryTable",
  "commandContextFilter": "fltr1",
  "deploymentId": "0487938863",
  "changelogFile": "changelogWithDropTableNotExistChangeset.xml",
  "rowsAffected": "1",
  "deploymentOutcomeCount": "1",
  "changesetsUpdated": {
    "changeset": [
      {
        "changesetAuthor": "Liquibase Pro User",
        "changesetFilepath": "changelogWithDropTableNotExistChangeset.xml",
        "changesetId": "createPrimaryTable",
        "changesetOutcome": "EXECUTED",
        "deploymentId": "0487938863"
      }
    ]
    ,
    "changesetCount": 1
  },
  "deploymentOutcome": "success"
}

Impact

  • [ x] Bug fix (non-breaking change which fixes expected existing functionality)
  • Enhancement/New feature (adds functionality without impacting existing logic)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

Things to be aware of

  • None

Things to worry about

  • None

Additional Context

  • Nothing

@suryaaki2 suryaaki2 merged commit b59bdcb into master Aug 1, 2023
28 of 45 checks passed
@suryaaki2 suryaaki2 deleted the DAT-15208 branch August 1, 2023 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants