Skip to content

Commit bed88ca

Browse files
committed
#334 Savpoint
1 parent 6abef28 commit bed88ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/root.go

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ package cmd
44

55
import (
66
"context"
7+
"fmt"
78
"os"
89

910
"github.com/senzing-garage/go-cmdhelping/cmdhelper"
@@ -92,6 +93,8 @@ func RunE(_ *cobra.Command, _ []string) error {
9293
return err
9394
}
9495

96+
fmt.Printf(">>>>> settings: %s", senzingSettings)
97+
9598
grpcserver := &grpcserver.BasicGrpcServer{
9699
AvoidServing: viper.GetBool(option.AvoidServe.Arg),
97100
EnableAll: viper.GetBool(option.EnableAll.Arg),

0 commit comments

Comments
 (0)