Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Dec 28, 2023
1 parent 358e528 commit 151f6fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/defaults/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func InitIntegration(portClient *cli.PortClient, applicationConfig *port.Config)
// Handle a deprecated case where resources are provided in config file
return integration.CreateIntegration(portClient, applicationConfig.StateKey, applicationConfig.EventListenerType, defaultIntegrationConfig)
} else {
klog.Infof("integration : %v", existingIntegration)
klog.Infof("Integration with state key %s already exists, patching it", applicationConfig.StateKey)
integrationPatch := &port.Integration{
EventListener: getEventListenerConfig(applicationConfig.EventListenerType),
Expand Down

0 comments on commit 151f6fc

Please sign in to comment.