Skip to content
New issue

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

lake option to suppress all warnings #4805

Closed
kim-em opened this issue Jul 22, 2024 · 0 comments · Fixed by #4847
Closed

lake option to suppress all warnings #4805

kim-em opened this issue Jul 22, 2024 · 0 comments · Fixed by #4847
Assignees
Labels
feature missing feature Lake Lake related issue

Comments

@kim-em
Copy link
Collaborator

kim-em commented Jul 22, 2024

Could we have a lake option to suppress all warnings?

(This would be very helpful in conjunction with debug.byAsSorry which generates both warnings about the sorries, but also many additional linter warnings.)

@kim-em kim-em added feature missing feature Lake Lake related issue labels Jul 22, 2024
github-merge-queue bot pushed a commit that referenced this issue Jul 27, 2024
Adds the `--log-level=<lv>` CLI option for controlling the minimum log
level Lake should output. For instance, `--log-level=error` will only
print errors (not warnings or info).

Also, adds the parallel `--fail-level` CLI option to control what the
minimum log level of build failures is. The existing `--iofail` and
`--wfail` options are equivalent to `--fail-level=info` and
`--fail-level=warning` , respectively.

Closes #4805,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature missing feature Lake Lake related issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants