Skip to content

Commit

Permalink
Hide create user logs
Browse files Browse the repository at this point in the history
  • Loading branch information
andriisoldatenko committed May 28, 2019
1 parent e61baad commit 59fed86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/docker.go
Expand Up @@ -256,7 +256,7 @@ func Start(airflowHome string, envFile string) error {
fmt.Printf(messages.COMPOSE_LINK_POSTGRES+"\n", config.CFG.PostgresPort.GetString())

// Run create_user in separate goroutine to never block airflow start
func() {
go func() {
_ = Run(airflowHome, []string{"airflow", "create_user", "-r", "Admin", "-u", "admin", "-e", "admin@example.com", "-f", "admin", "-l", "user", "-p", "admin"})
}()

Expand Down

0 comments on commit 59fed86

Please sign in to comment.