Skip to content

Commit

Permalink
Add --alsologtostderr to Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anders617 committed Oct 29, 2019
1 parent a346d4e commit b446fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: cmd/web/web
worker: cmd/fetch/fetch
web: cmd/web/web --alsologtostderr
worker: cmd/fetch/fetch --alsologtostderr

0 comments on commit b446fb5

Please sign in to comment.