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
Dashboard data gets streamed to the terminal.
When using the dashboard, the data it fetches gets streamed to the terminal as well.
Nothing should be logged to the terminal.
Run garden serve and click the link to the dashboard.
garden serve
Figure out what broke and fix it.
N/A
garden version 0.8.1
kubectl version
docker version
The text was updated successfully, but these errors were encountered:
fix(server): ensure log entries have level silly (#496)
5b11322
After recent changes to the logger, child entries only inherit their parent level if specified.
No branches or pull requests
Bug
Dashboard data gets streamed to the terminal.
Current Behavior
When using the dashboard, the data it fetches gets streamed to the terminal as well.
Expected behavior
Nothing should be logged to the terminal.
Reproducible example
Run
garden serve
and click the link to the dashboard.Suggested solution(s)
Figure out what broke and fix it.
Additional context
N/A
Your environment
garden version 0.8.1
kubectl version
docker version
The text was updated successfully, but these errors were encountered: