Skip to content

Commit

Permalink
fix: add serve help description
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Sep 28, 2020
1 parent b147831 commit 2eb072b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/serve/root.go
Expand Up @@ -39,6 +39,7 @@ var logger *logrusx.Logger
// serveCmd represents the serve command
var serveCmd = &cobra.Command{
Use: "serve",
Short: "Run the ORY Kratos server",
Run: func(cmd *cobra.Command, args []string) {
logger = viperx.InitializeConfig("kratos", "", logger)
// plog.Logger = gbl.Logrus{FieldLogger: logger}
Expand Down

0 comments on commit 2eb072b

Please sign in to comment.