fix(init): prepare database (#3191)

* fix(init): prepare database

* fix(defaults): cockroach local defaults
This commit is contained in:
Silvan
2022-02-11 11:02:47 +01:00
committed by GitHub
parent 9d471d0d30
commit e8ab237ada
13 changed files with 375 additions and 48 deletions

View File

@@ -15,7 +15,7 @@ func New() *cobra.Command {
Requirements:
- cockroachdb`,
RunE: func(cmd *cobra.Command, args []string) error {
logging.New().Info("hello world")
logging.Info("hello world")
logging.WithFields("field", 1).Info("hello world")
return nil
},