Closed rlinehan closed 6 years ago
When I uncomment the example LOG_LEVEL setting in .env.example, I get
LOG_LEVEL
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.
🙇 Thanks!
When I uncomment the example
LOG_LEVEL
setting in .env.example, I getIt seems like an env variable value can't have a comment in it. This commit moves the comment out of the env variable value.