Skip to content

Commit

Permalink
update logs
Browse files Browse the repository at this point in the history
  • Loading branch information
putmanoj committed Sep 5, 2024
1 parent e8c519a commit 3d881e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def execute
begin
update_service_instance_with_stack_id(extra_vars[:action], extra_vars[:service_instance_id], response.stack_id)
rescue Exception => e # rubocop:disable Lint/RescueException
_log.error("There was some error when update stack_id in service-instance")
_log.error("Failed updating stack_id in service-instance/#{extra_vars[:service_instance_id]}")
_log.error(e)
end

Expand Down

0 comments on commit 3d881e8

Please sign in to comment.