File tree Expand file tree Collapse file tree 2 files changed +2
-37
lines changed Expand file tree Collapse file tree 2 files changed +2
-37
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,15 @@ import (
25
25
"github.com/aws/amazon-ecs-cli/ecs-cli/modules/commands/license"
26
26
"github.com/aws/amazon-ecs-cli/ecs-cli/modules/commands/log"
27
27
"github.com/aws/amazon-ecs-cli/ecs-cli/modules/commands/regcreds"
28
- "github.com/aws /amazon-ecs-cli/ecs-cli/modules/utils/logger "
28
+ logger "github.com/awslabs /amazon-ecr-credential-helper/ecr-login/config "
29
29
"github.com/aws/amazon-ecs-cli/ecs-cli/modules/version"
30
- "github.com/cihub/seelog"
31
30
"github.com/sirupsen/logrus"
32
31
"github.com/urfave/cli"
33
32
)
34
33
35
34
func main () {
36
- // Setup seelog for amazon-ecr-credential-helper
35
+ // Setup logrus for amazon-ecr-credential-helper
37
36
logger .SetupLogger ()
38
- defer seelog .Flush ()
39
37
40
38
app := cli .NewApp ()
41
39
app .Name = version .AppName
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments