Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
improve the verbose setting for new (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates authored Jan 13, 2019
1 parent b8904b2 commit e90c7f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
4 changes: 2 additions & 2 deletions buffalo/cmd/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ var newCmd = &cobra.Command{
ctx := context.Background()

run := genny.WetRunner(ctx)
lg := logger.New(logger.DebugLevel)
run.Logger = lg
if nopts.Verbose {
lg := logger.New(logger.DebugLevel)
run.Logger = lg
plog.Logger = lg
}

Expand Down
12 changes: 0 additions & 12 deletions genny/build/_fixtures/coke/actions/a_actions-packr.go

This file was deleted.

0 comments on commit e90c7f5

Please sign in to comment.