We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73ea17 commit ceb7b21Copy full SHA for ceb7b21
internal/stack/compose.go
@@ -13,7 +13,6 @@ import (
13
"github.com/elastic/elastic-package/internal/compose"
14
"github.com/elastic/elastic-package/internal/docker"
15
"github.com/elastic/elastic-package/internal/install"
16
- "github.com/elastic/elastic-package/internal/logger"
17
)
18
19
type ServiceStatus struct {
@@ -207,7 +206,6 @@ func dockerComposeStatus() ([]ServiceStatus, error) {
207
206
if err != nil {
208
return nil, err
209
}
210
- logger.Debugf("Adding Service: \"%v\"", service.Name)
211
services = append(services, *service)
212
213
0 commit comments