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 e145cbb commit 6cb9e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/defaults/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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 exists, patching it")
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 6cb9e82

Please sign in to comment.