diff --git a/pkg/defaults/init.go b/pkg/defaults/init.go index 8d7e685..66a837e 100644 --- a/pkg/defaults/init.go +++ b/pkg/defaults/init.go @@ -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), }