Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Print actual data
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmulloy committed Sep 20, 2023
1 parent 3fb1f54 commit ef76efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/configure_gocd_elastic_agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def update_image_in_elastic_profile(host, token, profile_id, new_pod_config, app
pod_configuration_value = pod_configuration['value']

logging.info("New pod configuration for {profile_id}")
print("new_pod_config")
print(new_pod_config)
logging.info("Diff of old and new pod configuration")
print_diff(pod_configuration_value, new_pod_config, f"existing_pod_configuration {profile_id}", f"new_pod_configuration {profile_id}")

Expand Down

0 comments on commit ef76efe

Please sign in to comment.