We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This would be especially helpful when running/debugging tests, but also potentially for CI and general day-to-day development and debugging.
I'd suggest changing LogLevel from an enum to a union type along the way.
LogLevel
The text was updated successfully, but these errors were encountered:
I think this also fits in with #309
Sorry, something went wrong.
feat(logger): allow controlling level with env var (#452)
ec8bd45
Merge pull request #494 from garden-io/logger-fixes
8a21abc
Logger fixes (closes #493 and #452)
Closed in #494
eysi09
No branches or pull requests
This would be especially helpful when running/debugging tests, but also potentially for CI and general day-to-day development and debugging.
I'd suggest changing
LogLevel
from an enum to a union type along the way.The text was updated successfully, but these errors were encountered: