forked from cerc-io/ipld-eth-server
Fix logrus append (#24)
This commit is contained in:
@@ -59,6 +59,7 @@ var rootCmd = &cobra.Command{
|
||||
}
|
||||
|
||||
func Execute() {
|
||||
log.Info("----- Starting vDB -----")
|
||||
if err := rootCmd.Execute(); err != nil {
|
||||
log.Fatal(err)
|
||||
os.Exit(1)
|
||||
|
||||
Reference in New Issue
Block a user