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 4f0aeca commit 9907698Copy full SHA for 9907698
internal/backup/cmd/etcd/etcd.go
@@ -79,6 +79,7 @@ var (
79
)
80
81
func etcd(_ *cobra.Command, args []string) error {
82
+ log.SetFlags(log.LstdFlags)
83
if len(args) != 1 {
84
return fmt.Errorf("This command requires exactly 1 argument")
85
}
0 commit comments