Skip to content

Commit 4e1bdbf

Browse files
author
Dov Alperin
committed
Add some debug logging
1 parent 85be5cf commit 4e1bdbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/flypg/node.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ func (n *Node) PostInit() error {
218218
if err != nil {
219219
return err
220220
}
221+
fmt.Printf("Reconfiguring a %s node as healthy", role)
221222

222223
if role == "primary" {
223224
fmt.Println("Unregistering primary")

0 commit comments

Comments
 (0)