Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
icey-yu committed Dec 25, 2024
1 parent 10a2f75 commit b66f32e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/common/discovery/etcd/config_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package etcd

import (
"context"
"fmt"
"os"
"os/exec"
"runtime"
Expand Down Expand Up @@ -99,6 +100,7 @@ func restartServer(ctx context.Context) error {
log.ZError(ctx, "shutdown fail", err)
}
}
fmt.Println("HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH")

log.ZInfo(ctx, "restart server")
err = cmd.Start()
Expand Down

0 comments on commit b66f32e

Please sign in to comment.