Skip to content

Commit 9907698

Browse files
committed
feature: etcd backup
Signed-off-by: Maxim Vasilenko <[email protected]>
1 parent 4f0aeca commit 9907698

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/backup/cmd/etcd/etcd.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ var (
7979
)
8080

8181
func etcd(_ *cobra.Command, args []string) error {
82+
log.SetFlags(log.LstdFlags)
8283
if len(args) != 1 {
8384
return fmt.Errorf("This command requires exactly 1 argument")
8485
}

0 commit comments

Comments
 (0)