Skip to content

Commit

Permalink
Enables debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestEckhardt authored and ryanmoran committed Aug 5, 2022
1 parent 00c8647 commit abf94f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

func main() {
parser := puma.NewGemfileParser()
logger := scribe.NewEmitter(os.Stdout)
logger := scribe.NewEmitter(os.Stdout).WithLevel(os.Getenv("BP_LOG_LEVEL"))

packit.Run(
puma.Detect(parser),
Expand Down

0 comments on commit abf94f3

Please sign in to comment.