probot / template

Template for new Probot apps
https://probot.github.io/docs/development/#generating-a-new-app
ISC License
51 stars 166 forks source link

Remove comment from `LOG_LEVEL` setting in .env.example #40

Closed rlinehan closed 6 years ago

rlinehan commented 6 years ago

When I uncomment the example LOG_LEVEL setting in .env.example, I get

Error: unknown level name: "trace # or `info` to show less"

It seems like an env variable value can't have a comment in it. This commit moves the comment out of the env variable value.

bkeepers commented 6 years ago

🙇 Thanks!